Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: tests_lit/llvm2ice_tests/8bit.pnacl.ll

Issue 927433002: Convert a few lit tests that use "lc2i | llvm-mc | llvm-objdump" to use p2i. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: comment Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests_lit/llvm2ice_tests/align-spill-locations.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/8bit.pnacl.ll
diff --git a/tests_lit/llvm2ice_tests/8bit.pnacl.ll b/tests_lit/llvm2ice_tests/8bit.pnacl.ll
index 2e65d5b6b0806a7ff05bd2f354bdbe9d30b60ca0..319e684cec896291f3e8fbeb9acc70518fce4f61 100644
--- a/tests_lit/llvm2ice_tests/8bit.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/8bit.pnacl.ll
@@ -37,7 +37,7 @@ entry:
ret i32 %ret
}
; CHECK-LABEL: sub8Bit
-; XCHECK: sub {{[abcd]l}}
+; CHECK: sub {{[abcd]l}}
define internal i32 @sub8BitConst(i32 %a) {
entry:
@@ -47,7 +47,7 @@ entry:
ret i32 %ret
}
; CHECK-LABEL: sub8BitConst
-; XCHECK: sub {{[abcd]l}}
+; CHECK: sub {{[abcd]l}}
define internal i32 @mul8Bit(i32 %a, i32 %b) {
entry:
« no previous file with comments | « no previous file | tests_lit/llvm2ice_tests/align-spill-locations.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698