aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-21 03:54:49 +0000
committerChris Lattner <sabre@nondot.org>2008-10-21 03:54:49 +0000
commit0294ac2e9a462a635138cd5358f978764876711f (patch)
tree27d81b3a19a2ede6396e5b52de41439ef834d3a0 /test/CodeGen/X86
parent402135f9e987f0ed0949c896d87d455af1355bc3 (diff)
downloadexternal_llvm-0294ac2e9a462a635138cd5358f978764876711f.zip
external_llvm-0294ac2e9a462a635138cd5358f978764876711f.tar.gz
external_llvm-0294ac2e9a462a635138cd5358f978764876711f.tar.bz2
fix run line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57888 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r--test/CodeGen/X86/isint.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/isint.ll b/test/CodeGen/X86/isint.ll
index 9915bfa..19e48c7 100644
--- a/test/CodeGen/X86/isint.ll
+++ b/test/CodeGen/X86/isint.ll
@@ -1,4 +1,4 @@
-; llvm-as < %s | llc -march=x86 > %t
+; RUN: llvm-as < %s | llc -march=x86 > %t
; not grep cmp %t
; not grep xor %t
; grep jne %t | count 1