Skip to content

Commit 45a2b89

Browse files
committed
---
yaml --- r: 1251 b: refs/heads/master c: a8be673 h: refs/heads/master i: 1249: ffdca06 1247: 4a7b24e v: v3
1 parent ed712ed commit 45a2b89

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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: 58490d7fa0a39188915f80e04ef3cf7d6eaf3c90
2+
refs/heads/master: a8be673a9ca0046f200a092726cf5c690a328be9

trunk/src/comp/middle/trans.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,15 +1319,15 @@ impure fn trans_lit(@block_ctxt cx, &ast.lit lit, &ast.ann ann) -> result {
13191319
// re-do the mach-int types using 'big' when that works.
13201320
auto t = T_int();
13211321
alt (tm) {
1322-
case (common.ty_u8) { t = T_i8(); }
1323-
case (common.ty_u16) { t = T_i16(); }
1324-
case (common.ty_u32) { t = T_i32(); }
1325-
case (common.ty_u64) { t = T_i64(); }
1326-
1327-
case (common.ty_i8) { t = T_i8(); }
1328-
case (common.ty_i16) { t = T_i16(); }
1329-
case (common.ty_i32) { t = T_i32(); }
1330-
case (common.ty_i64) { t = T_i64(); }
1322+
case (common.ty_u8) { t = T_i8(); }
1323+
case (common.ty_u16) { t = T_i16(); }
1324+
case (common.ty_u32) { t = T_i32(); }
1325+
case (common.ty_u64) { t = T_i64(); }
1326+
1327+
case (common.ty_i8) { t = T_i8(); }
1328+
case (common.ty_i16) { t = T_i16(); }
1329+
case (common.ty_i32) { t = T_i32(); }
1330+
case (common.ty_i64) { t = T_i64(); }
13311331
case (_) {
13321332
cx.fcx.ccx.sess.bug("bad mach int literal type");
13331333
}

0 commit comments

Comments
 (0)