Skip to content

Commit 7114796

Browse files
committed
---
yaml --- r: 3391 b: refs/heads/master c: dfccd5a h: refs/heads/master i: 3389: 52f8085 3387: bab186b 3383: d7c095f 3375: cb71793 3359: a698e67 3327: a69d790 v: v3
1 parent e5c1478 commit 7114796

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,2 +1,2 @@
11
---
2-
refs/heads/master: 85b5b2a8e46f943a35513bb2bbe8a6d026ed2785
2+
refs/heads/master: dfccd5a138bfd7b20edcfd9ec1c7fae1eff3480c

trunk/src/comp/middle/trans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2987,7 +2987,7 @@ fn call_cmp_glue(&@block_ctxt cx, ValueRef lhs, ValueRef rhs, &ty::t t,
29872987
auto llfnptr =
29882988
r.bcx.build.GEP(r.val, [C_int(0), C_int(abi::tydesc_field_cmp_glue)]);
29892989
auto llfn = r.bcx.build.Load(llfnptr);
2990-
auto llcmpresultptr = r.bcx.build.Alloca(T_i1());
2990+
auto llcmpresultptr = alloca(r.bcx, T_i1());
29912991
let vec[ValueRef] llargs =
29922992
[llcmpresultptr, r.bcx.fcx.lltaskptr, C_null(T_ptr(T_nil())),
29932993
lltydescs, llrawlhsptr, llrawrhsptr, llop];

0 commit comments

Comments
 (0)