aboutsummaryrefslogtreecommitdiff
path: root/src/comp
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-04-07 12:01:48 -0700
committerPatrick Walton <[email protected]>2011-04-07 12:01:48 -0700
commitddf96ac3a829bcf2a86d1f644fb6593789f64419 (patch)
tree56dcea0797bffe9b1d560583dbacd83874668692 /src/comp
parentrustc: Link to external tag discriminants. Un-XFAIL test/run-pass/lib-option.rs. (diff)
downloadrust-ddf96ac3a829bcf2a86d1f644fb6593789f64419.tar.xz
rust-ddf96ac3a829bcf2a86d1f644fb6593789f64419.zip
rustc: Reindent line. Puts out burning tinderbox.
Diffstat (limited to 'src/comp')
-rw-r--r--src/comp/middle/trans.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comp/middle/trans.rs b/src/comp/middle/trans.rs
index ce9d98b9..4f281b9c 100644
--- a/src/comp/middle/trans.rs
+++ b/src/comp/middle/trans.rs
@@ -3766,8 +3766,8 @@ fn trans_path(@block_ctxt cx, &ast.path p, &option.t[ast.def] dopt,
} else {
lltagty = type_of(cx.fcx.ccx, tag_ty);
}
- auto lltagptr = alloc_result.bcx.build.PointerCast(
- lltagblob, T_ptr(lltagty));
+ auto lltagptr = alloc_result.bcx.build.
+ PointerCast(lltagblob, T_ptr(lltagty));
auto lldiscrimptr = alloc_result.bcx.build.GEP(
lltagptr, vec(C_int(0), C_int(0)));