Index: tests_lit/llvm2ice_tests/bool-opt.ll |
diff --git a/tests_lit/llvm2ice_tests/bool-opt.ll b/tests_lit/llvm2ice_tests/bool-opt.ll |
index 79760a6a60a099fb56f0dbaba7fb28a5c91c931c..7c05818a2064990a914ec85b08aab61295865a4e 100644 |
--- a/tests_lit/llvm2ice_tests/bool-opt.ll |
+++ b/tests_lit/llvm2ice_tests/bool-opt.ll |
@@ -12,6 +12,6 @@ entry: |
ret void |
} |
; CHECK-LABEL: testIcmpImm |
-; CHECK-NOT: cmp {{[0-9]+}}, |
+; CHECK-NOT: cmp 0x{{[0-9]+}}, |
declare void @use(i32) |