| Index: tests_lit/llvm2ice_tests/icmp-with-zero.ll
|
| diff --git a/tests_lit/llvm2ice_tests/icmp-with-zero.ll b/tests_lit/llvm2ice_tests/icmp-with-zero.ll
|
| index 1a1eaa86a96b1692c73aae8fb289162e76f31bfe..aaa9f0d59e3beeaf30b3b93f4a8bda4bdc0aa7f8 100644
|
| --- a/tests_lit/llvm2ice_tests/icmp-with-zero.ll
|
| +++ b/tests_lit/llvm2ice_tests/icmp-with-zero.ll
|
| @@ -149,8 +149,8 @@ if.end: ; preds = %if.then, %if.end
|
| ; CHECK-LABEL: icmpUltZero32
|
| ; CHECK: mov [[RESULT:.*]],0x0
|
| ; CHECK-NEXT: cmp [[RESULT]],0x0
|
| -; OPTM1: icmpUltZero32
|
| -; OPTM1 [[RESULT:.*]],0x0
|
| +; OPTM1-LABEL: icmpUltZero32
|
| +; OPTM1: mov [[RESULT:.*]],0x0
|
| ; OPTM1: cmp [[RESULT]],0x0
|
|
|
| define internal void @icmpUgeZero32() {
|
|
|