Skip to content

Commit dd46774

Browse files
committed
---
yaml --- r: 12094 b: refs/heads/master c: 713b358 h: refs/heads/master v: v3
1 parent cbc3404 commit dd46774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0eae4906693b21d837dd230e1d2104ae5c3c2dde
2+
refs/heads/master: 713b3585c6d2ab8d07dc3f996736872af41a74fe
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/rustc/middle/trans/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ fn invoke_(bcx: block, llfn: ValueRef, llargs: [ValueRef],
27192719
for a in llargs {
27202720
io::println(" a: " + lib::llvm::type_to_str(bcx.ccx().tn,
27212721
val_ty(a)));
2722-
}// */
2722+
}*/
27232723
invoker(bcx, llfn, llargs, normal_bcx.llbb, get_landing_pad(bcx));
27242724
ret normal_bcx;
27252725
}

0 commit comments

Comments
 (0)