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

Unified Diff: tests_lit/llvm2ice_tests/ebp_args.ll

Issue 733643005: Subzero: Use the linear-scan register allocator for Om1 as well. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Update/fix some comments Created 6 years, 1 month 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 | « src/IceTranslator.cpp ('k') | tests_lit/llvm2ice_tests/nop-insertion.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/ebp_args.ll
diff --git a/tests_lit/llvm2ice_tests/ebp_args.ll b/tests_lit/llvm2ice_tests/ebp_args.ll
index 4b7c9283da248dc5b4be85677ed9997f787b9d85..09709b05778c516fba1da8650711fb251ead3b75 100644
--- a/tests_lit/llvm2ice_tests/ebp_args.ll
+++ b/tests_lit/llvm2ice_tests/ebp_args.ll
@@ -38,10 +38,10 @@ entry:
; CHECK: movzx eax, byte ptr [ebp - 4]
; CHECK: mov dword ptr [ebp - 16], eax
; CHECK: sub esp, 16
-; CHECK: mov ecx, dword ptr [ebp + 8]
-; CHECK: mov dword ptr [esp], ecx
-; CHECK: mov ecx, dword ptr [ebp - 12]
-; CHECK: mov dword ptr [esp + 4], ecx
-; CHECK: mov ecx, dword ptr [ebp - 16]
-; CHECK: mov dword ptr [esp + 8], ecx
+; CHECK: mov eax, dword ptr [ebp + 8]
+; CHECK: mov dword ptr [esp], eax
+; CHECK: mov eax, dword ptr [ebp - 12]
+; CHECK: mov dword ptr [esp + 4], eax
+; CHECK: mov eax, dword ptr [ebp - 16]
+; CHECK: mov dword ptr [esp + 8], eax
; CHECK: call -4
« no previous file with comments | « src/IceTranslator.cpp ('k') | tests_lit/llvm2ice_tests/nop-insertion.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698