aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir_builder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir_builder.c')
-rw-r--r--src/ir_builder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir_builder.c b/src/ir_builder.c
index 7f46574..8bb11a9 100644
--- a/src/ir_builder.c
+++ b/src/ir_builder.c
@@ -5,7 +5,7 @@ Ref
irbinop(Function *fn, enum op op, enum irclass k, Ref l, Ref r)
{
static const Ref ONE = {.t=RICON, .i=1};
- vlong iv;
+ s64int iv;
Ref c;
if (foldbinop(&c, op, k, l, r))