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

Unified Diff: tests_lit/llvm2ice_tests/uncond_br.ll

Issue 2005823002: [Subzero][MIPS32] Add LowerStore implementation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 7 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
« src/IceTargetLoweringMIPS32.cpp ('K') | « src/IceTargetLoweringMIPS32.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/uncond_br.ll
diff --git a/tests_lit/llvm2ice_tests/uncond_br.ll b/tests_lit/llvm2ice_tests/uncond_br.ll
index 9a8fb2b157a76eede5201dba97b669a23b1cb25e..9c3d3f9b45ca64253f3aa1f03638e5285995ad09 100644
--- a/tests_lit/llvm2ice_tests/uncond_br.ll
+++ b/tests_lit/llvm2ice_tests/uncond_br.ll
@@ -23,8 +23,8 @@ target:
}
; MIPS32-LABEL: uncond1
-; MIPS32: b 8 <.Luncond1$target>
+; MIPS32: b 10 <.Luncond1$target>
John 2016/05/23 13:30:37 maybe use a regexp here: {{[0-9a-f]+}} I am not s
; MIPS32: <.Luncond1$target>:
; MIPS32: li
; MIPS32: addu
-; MIPS32: b 8 <.Luncond1$target>
+; MIPS32: b 10 <.Luncond1$target>
« src/IceTargetLoweringMIPS32.cpp ('K') | « src/IceTargetLoweringMIPS32.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698