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

Unified Diff: test/MC/X86/nacl-autosandbox/scratch-clear.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
Index: test/MC/X86/nacl-autosandbox/scratch-clear.s
diff --git a/test/MC/X86/nacl-autosandbox/scratch-pushpop.s b/test/MC/X86/nacl-autosandbox/scratch-clear.s
similarity index 55%
rename from test/MC/X86/nacl-autosandbox/scratch-pushpop.s
rename to test/MC/X86/nacl-autosandbox/scratch-clear.s
index e9db25c32aa24e29995f34df4bc743d9e5f0cd40..ebc4c45bc46086e42f7ed0254b9d52452d77dada 100644
--- a/test/MC/X86/nacl-autosandbox/scratch-pushpop.s
+++ b/test/MC/X86/nacl-autosandbox/scratch-clear.s
@@ -1,6 +1,6 @@
// RUN: llvm-mc -nacl-enable-auto-sandboxing -filetype asm -triple i386-unknown-nacl %s
-// Tests a basic .scratch and .unscratch sequence, should succeed
+// Tests a basic .scratch and .scratch_clear sequence, should succeed
.scratch %ecx
-.unscratch
+.scratch_clear
« no previous file with comments | « test/MC/X86/nacl-autosandbox/scratch-2nd-register.s ('k') | test/MC/X86/nacl-autosandbox/scratch-clear-2reg.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698