Skip to content

Commit 6cd0386

Browse files
committed
---
yaml --- r: 14558 b: refs/heads/try c: 4132cbd h: refs/heads/master v: v3
1 parent 7efaa9f commit 6cd0386

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-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: ed952ecf6870e540f7e5e06842c57c60a57b4ffd
5+
refs/heads/try: 4132cbd22a139f0dace8cb914b63faf816b77ea3
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/comp/middle/trans/impl.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ fn trans_vtable_callee(bcx: block, env: callee_env, dict: ValueRef,
124124
let method_ty = ty::mk_fn(tcx, method.fty);
125125
let {ty: fty, llty: llfty} =
126126
wrapper_fn_ty(ccx, val_ty(dict), method_ty, method.tps);
127-
// node_id_type(bcx, callee_id),
128127
let vtable = PointerCast(bcx, Load(bcx, GEPi(bcx, dict, [0, 0])),
129128
T_ptr(T_array(T_ptr(llfty), n_method + 1u)));
130129
let mptr = Load(bcx, GEPi(bcx, vtable, [0, n_method as int]));

branches/try/src/test/run-pass/block-arg.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Check usage and precedence of block arguments in expressions:
2-
// xfail-test
32
fn main() {
43
let v = [-1f, 0f, 1f, 2f, 3f];
54

0 commit comments

Comments
 (0)