fix run line
authorChris Lattner <sabre@nondot.org>
Tue, 21 Oct 2008 03:54:49 +0000 (03:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Oct 2008 03:54:49 +0000 (03:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57888 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/isint.ll

index 9915bfa8d6b415049ea137eb85afb4de2ca4580a..19e48c7baf1c5ee565fefcc31118f2d1210e5862 100644 (file)
@@ -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