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

Unified Diff: test/MC/X86/nacl-autosandbox/scratch-pushpop-3x.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/scratch-pushpop-3x.s
diff --git a/test/MC/X86/nacl-autosandbox/scratch-pushpop-3x.s b/test/MC/X86/nacl-autosandbox/scratch-pushpop-3x.s
deleted file mode 100644
index 4920d20f49c0e9194b5e121730a36c253689b6ad..0000000000000000000000000000000000000000
--- a/test/MC/X86/nacl-autosandbox/scratch-pushpop-3x.s
+++ /dev/null
@@ -1,11 +0,0 @@
-// RUN: llvm-mc -filetype asm -triple i386-unknown-nacl %s
-
-// Tests a more complicated sequence of .scratch/.unscratch
-// should succeed
-
-.scratch %ecx
-.unscratch
-.scratch %ecx
-.scratch %edx
-.unscratch
-.unscratch

Powered by Google App Engine
This is Rietveld 408576698