| Index: tests_lit/llvm2ice_tests/phi.ll
|
| diff --git a/tests_lit/llvm2ice_tests/phi.ll b/tests_lit/llvm2ice_tests/phi.ll
|
| index 2470a80e4fee41aea91e821aafa6b7ed0c494556..86da00dbe11ade28abd7da8506bfecc5b8d7e7e6 100644
|
| --- a/tests_lit/llvm2ice_tests/phi.ll
|
| +++ b/tests_lit/llvm2ice_tests/phi.ll
|
| @@ -59,7 +59,7 @@ body:
|
| ; addressing mode optimization.
|
| %interior__4 = add i32 %interior, 0
|
| %__4 = inttoptr i32 %interior__4 to i32*
|
| - %elt = load i32* %__4, align 1
|
| + %elt = load i32, i32* %__4, align 1
|
| %cmp = icmp eq i32 %elt, 0
|
| br i1 %cmp, label %exit, label %body
|
| exit:
|
|
|