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

Side by Side Diff: test/MC/X86/nacl-autosandbox/scratch-clear-2x.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 unified diff | Download patch
OLDNEW
1 // RUN: llvm-mc -nacl-enable-auto-sandboxing -filetype asm -triple i386-unknown- nacl %s 1 // RUN: llvm-mc -nacl-enable-auto-sandboxing -filetype asm -triple i386-unknown- nacl %s
2 2
3 // Tests a basic .scratch and .unscratch sequence, should succeed 3 // Extra .scratch_clear directive. Should not fail.
4 4
5 .scratch %ecx 5 .scratch %ecx
6 .unscratch 6 .scratch_clear
7 .scratch_clear
OLDNEW
« no previous file with comments | « test/MC/X86/nacl-autosandbox/scratch-clear-2reg.s ('k') | test/MC/X86/nacl-autosandbox/scratch-clear-bare.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698