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

Unified Diff: tests_lit/llvm2ice_tests/switch-opt.ll

Issue 1481133002: Subzero. ARM32. Show FP lowering some love. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Handles comments; git pull; fixes lit tests. Created 5 years 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 | « tests_lit/llvm2ice_tests/return_immediates.ll ('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/switch-opt.ll
diff --git a/tests_lit/llvm2ice_tests/switch-opt.ll b/tests_lit/llvm2ice_tests/switch-opt.ll
index 38d096211ef90cb5bc5943275544f6bd24902623..268fd25a415532b1f5b08ae37ef40014e021434f 100644
--- a/tests_lit/llvm2ice_tests/switch-opt.ll
+++ b/tests_lit/llvm2ice_tests/switch-opt.ll
@@ -130,5 +130,5 @@ sw.default:
ret i32 20
}
; ARM32-LABEL: testSwitchUndef64
-; ARM32: movw {{.*}}, #0
-; ARM32: movw {{.*}}, #0
+; ARM32: mov {{.*}}, #0
+; ARM32: mov {{.*}}, #0
« no previous file with comments | « tests_lit/llvm2ice_tests/return_immediates.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698