| Index: tests_lit/llvm2ice_tests/branch-simple.ll
|
| diff --git a/tests_lit/llvm2ice_tests/branch-simple.ll b/tests_lit/llvm2ice_tests/branch-simple.ll
|
| index c054a14ae76154f586d9d58627bcce1e17583890..d055bdb7f061bc235622af5c390fdb861cd374af 100644
|
| --- a/tests_lit/llvm2ice_tests/branch-simple.ll
|
| +++ b/tests_lit/llvm2ice_tests/branch-simple.ll
|
| @@ -29,7 +29,7 @@ Unequal:
|
|
|
| define internal i32 @test_br_const() {
|
| __0:
|
| - br i1 1, label %__1, label %__2
|
| + br i1 true, label %__1, label %__2
|
| __1:
|
| ret i32 21
|
| __2:
|
|
|