diff options
Diffstat (limited to 'test/Transforms/Mem2Reg/crash.ll')
-rw-r--r-- | test/Transforms/Mem2Reg/crash.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/Mem2Reg/crash.ll b/test/Transforms/Mem2Reg/crash.ll index 59e2c0b..a4a31b1 100644 --- a/test/Transforms/Mem2Reg/crash.ll +++ b/test/Transforms/Mem2Reg/crash.ll @@ -14,7 +14,7 @@ invcont2: br label %bb15 bb15: - %B = load i32* %whichFlag + %B = load i32, i32* %whichFlag ret i32 %B lpad86: @@ -33,11 +33,11 @@ entry: br label %bb15 bb15: - %B = load i32* %whichFlag + %B = load i32, i32* %whichFlag ret i32 %B invcont2: - %C = load i32* %whichFlag + %C = load i32, i32* %whichFlag store i32 %C, i32* %whichFlag br label %bb15 } |