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

Unified Diff: test/MC/X86/nacl-autosandbox/x86-64-stack-pushpop.s

Issue 1274223003: Auto-sandboxing: Switch to automatic scratch register invalidation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 4 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
Index: test/MC/X86/nacl-autosandbox/x86-64-stack-pushpop.s
diff --git a/test/MC/X86/nacl-autosandbox/x86-64-stack-pushpop.s b/test/MC/X86/nacl-autosandbox/x86-64-stack-pushpop.s
index 81602b00644d45d1c703f5cfc5b911569dfcdc38..053adeb5487faa5176922ce15d2e748810e297d3 100644
--- a/test/MC/X86/nacl-autosandbox/x86-64-stack-pushpop.s
+++ b/test/MC/X86/nacl-autosandbox/x86-64-stack-pushpop.s
@@ -31,6 +31,7 @@
pop 12(%rsp)
//X8664: popq 12(%rsp)
+ .scratch %r11
pop 131072(%rax, %rdi, 8)
//X8664: .bundle_lock
//X8664-NEXT: leal 131072(%rax,%rdi,8), %r11d

Powered by Google App Engine
This is Rietveld 408576698