diff options
Diffstat (limited to 'test/Feature/optnone-opt.ll')
-rw-r--r-- | test/Feature/optnone-opt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/optnone-opt.ll b/test/Feature/optnone-opt.ll index f83e68c..a17f977 100644 --- a/test/Feature/optnone-opt.ll +++ b/test/Feature/optnone-opt.ll @@ -18,7 +18,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 |