diff options
Diffstat (limited to 'test/Feature/optnone-llc.ll')
-rw-r--r-- | test/Feature/optnone-llc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/optnone-llc.ll b/test/Feature/optnone-llc.ll index f19fa88..b848b19 100644 --- a/test/Feature/optnone-llc.ll +++ b/test/Feature/optnone-llc.ll @@ -17,7 +17,7 @@ entry: br label %while.cond while.cond: ; preds = %while.body, %entry - %0 = load i32* %x.addr, align 4 + %0 = load i32, i32* %x.addr, align 4 %dec = add nsw i32 %0, -1 store i32 %dec, i32* %x.addr, align 4 %tobool = icmp ne i32 %0, 0 |