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

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: add flag to tests 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
« no previous file with comments | « test/MC/X86/nacl-autosandbox/unscratch-fail.s ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fc25a5d8da62a0648bccc2b476a70d14825d3f0b..6ca58d5b67a5c6ce9bab142f09b18b61deb9b064 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
« no previous file with comments | « test/MC/X86/nacl-autosandbox/unscratch-fail.s ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698