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

Unified Diff: tests_lit/llvm2ice_tests/function_aligned.ll

Issue 1232483003: Change MIPS to avoid "none-nacl" for unsandboxed tests (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 5 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 | « pydir/run-pnacl-sz.py ('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/function_aligned.ll
diff --git a/tests_lit/llvm2ice_tests/function_aligned.ll b/tests_lit/llvm2ice_tests/function_aligned.ll
index 03da4644ff31179e72aaa96d2e1230b96b918fe1..5093d85837eb9fe37009ad88c3e32eee16525e5d 100644
--- a/tests_lit/llvm2ice_tests/function_aligned.ll
+++ b/tests_lit/llvm2ice_tests/function_aligned.ll
@@ -31,9 +31,8 @@ define void @foo() {
; ARM32-NEXT: 8: e7fedef0 udf
; ARM32-NEXT: c: e7fedef0 udf
; MIPS32-LABEL: foo
-; MIPS32: 4: {{.*}} jr ra
-; MIPS32-NEXT: 8: {{.*}} nop
-; MIPS32-NEXT: c: e7fedef0
jvoung (off chromium) 2015/07/10 00:02:04 remember to add back the check for the mips equiva
+; MIPS32: 0: {{.*}} jr ra
+; MIPS32-NEXT: 4: {{.*}} nop
define void @bar() {
ret void
@@ -43,5 +42,5 @@ define void @bar() {
; ARM32-LABEL: bar
; ARM32-NEXT: 10: {{.*}} bx lr
; MIPS32-LABEL: bar
-; MIPS32: 14: {{.*}} jr ra
-; MIPS32-NEXT: 18: {{.*}} nop
+; MIPS32: 10: {{.*}} jr ra
+; MIPS32-NEXT: 14: {{.*}} nop
« no previous file with comments | « pydir/run-pnacl-sz.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698