From 0294ac2e9a462a635138cd5358f978764876711f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 21 Oct 2008 03:54:49 +0000 Subject: [PATCH] fix run line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57888 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/isint.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/isint.ll b/test/CodeGen/X86/isint.ll index 9915bfa8d6b..19e48c7baf1 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