From bc416284ac070fcf904cfd900c72610519c40730 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 14 Jan 2011 13:59:35 -0800 Subject: Trim long lines. --- src/comp/middle/trans.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/comp') 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, -- cgit v1.2.3