Skip to content

Commit 621293d

Browse files
committed
---
yaml --- r: 2011 b: refs/heads/master c: ddf96ac h: refs/heads/master i: 2009: 1c08714 2007: c349562 v: v3
1 parent ea9f921 commit 621293d

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
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: cd6962f29db105029b83a1241cb6cf943aa9c913
2+
refs/heads/master: ddf96ac3a829bcf2a86d1f644fb6593789f64419

trunk/src/comp/middle/trans.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3766,8 +3766,8 @@ fn trans_path(@block_ctxt cx, &ast.path p, &option.t[ast.def] dopt,
37663766
} else {
37673767
lltagty = type_of(cx.fcx.ccx, tag_ty);
37683768
}
3769-
auto lltagptr = alloc_result.bcx.build.PointerCast(
3770-
lltagblob, T_ptr(lltagty));
3769+
auto lltagptr = alloc_result.bcx.build.
3770+
PointerCast(lltagblob, T_ptr(lltagty));
37713771

37723772
auto lldiscrimptr = alloc_result.bcx.build.GEP(
37733773
lltagptr, vec(C_int(0), C_int(0)));

0 commit comments

Comments
 (0)