rustc: Remove // */ sequence from trans/base.rs; it breaks vi syntax highlighting

This commit is contained in:
Patrick Walton 2012-03-23 18:21:23 -07:00
parent 0eae490669
commit 713b3585c6

View file

@ -2719,7 +2719,7 @@ fn invoke_(bcx: block, llfn: ValueRef, llargs: [ValueRef],
for a in llargs {
io::println(" a: " + lib::llvm::type_to_str(bcx.ccx().tn,
val_ty(a)));
}// */
}*/
invoker(bcx, llfn, llargs, normal_bcx.llbb, get_landing_pad(bcx));
ret normal_bcx;
}