aboutsummaryrefslogtreecommitdiff
path: root/qbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'qbe.c')
-rw-r--r--qbe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qbe.c b/qbe.c
index 77bf0f9..719d0a0 100644
--- a/qbe.c
+++ b/qbe.c
@@ -496,7 +496,6 @@ utof(struct function *f, struct representation *r, struct value *v)
static struct value *
ftou(struct function *f, struct representation *r, struct value *v)
{
- uint64_t max = 1ull << ((32 << (r->base == 'l')) - 1);
struct value *big, *phi[5] = {0}, *join, *maxflt, *maxint;
enum instructionkind op = v->repr->base == 's' ? ISTOSI : IDTOSI;