diff options
| author | Graydon Hoare <[email protected]> | 2011-01-14 13:59:35 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-14 13:59:35 -0800 |
| commit | bc416284ac070fcf904cfd900c72610519c40730 (patch) | |
| tree | 1c371178fabffedf283445193d5f74be409612e6 /src | |
| parent | Pass tydescs to parametric fns. (diff) | |
| download | rust-bc416284ac070fcf904cfd900c72610519c40730.tar.xz rust-bc416284ac070fcf904cfd900c72610519c40730.zip | |
Trim long lines.
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp/middle/trans.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs index a01e0d07..efea151b 100644 --- a/src/comp/middle/trans.rs +++ b/src/comp/middle/trans.rs @@ -311,7 +311,7 @@ fn type_of(@crate_ctxt cx, @ty.t t) -> TypeRef { ret llty; } -// NB: this function must match the ABI assumptions of trans_args exactly. +// NB: this function must match the ABI assumptions of trans_args. fn type_of_fn_full(@crate_ctxt cx, option.t[TypeRef] obj_self, vec[ty.arg] inputs, @@ -1964,7 +1964,7 @@ impure fn trans_cast(@block_ctxt cx, @ast.expr e, &ast.ann ann) -> result { } -// NB: this function must match the ABI assumptions of type_of_fn_full exactly. +// NB: this function must match the ABI assumptions of type_of_fn_full. impure fn trans_args(@block_ctxt cx, ValueRef llclosure, option.t[ValueRef] llobj, |