Skip to content

Commit 5cce8ea

Browse files
committed
---
yaml --- r: 15243 b: refs/heads/try c: 0904f25 h: refs/heads/master i: 15241: e4e8771 15239: dc49fdd v: v3
1 parent 6aa92e7 commit 5cce8ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: a4906b81f74d77c388b3395322d2ea3a3cd0c7a3
5+
refs/heads/try: 0904f255075d3c20f16d4ca2d1db14cac3fbb2de
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/middle/trans/base.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2763,12 +2763,12 @@ fn invoke(bcx: block, llfn: ValueRef, llargs: [ValueRef]) -> block {
27632763
let _icx = bcx.insn_ctxt("invoke_");
27642764
if bcx.unreachable { ret bcx; }
27652765
if need_invoke(bcx) {
2766-
log(error, "invoking");
2766+
log(debug, "invoking");
27672767
let normal_bcx = sub_block(bcx, "normal return");
27682768
Invoke(bcx, llfn, llargs, normal_bcx.llbb, get_landing_pad(bcx));
27692769
ret normal_bcx;
27702770
} else {
2771-
log(error, "calling");
2771+
log(debug, "calling");
27722772
Call(bcx, llfn, llargs);
27732773
ret bcx;
27742774
}

0 commit comments

Comments
 (0)