diff options
Diffstat (limited to 'test/Transforms/LoopUnswitch/2012-05-20-Phi.ll')
-rw-r--r-- | test/Transforms/LoopUnswitch/2012-05-20-Phi.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/LoopUnswitch/2012-05-20-Phi.ll b/test/Transforms/LoopUnswitch/2012-05-20-Phi.ll index 4c63a56..96bc28c 100644 --- a/test/Transforms/LoopUnswitch/2012-05-20-Phi.ll +++ b/test/Transforms/LoopUnswitch/2012-05-20-Phi.ll @@ -9,9 +9,9 @@ target triple = "x86_64-unknown-linux-gnu" define void @func() noreturn nounwind uwtable { entry: - %0 = load i32* @a, align 4 + %0 = load i32, i32* @a, align 4 %tobool = icmp eq i32 %0, 0 - %1 = load i32* @b, align 4 + %1 = load i32, i32* @b, align 4 br label %while.body while.body: ; preds = %while.body, %entry |