OSDN Git Service

test/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck-ize.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 3 Jul 2012 03:59:08 +0000 (03:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 3 Jul 2012 03:59:08 +0000 (03:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159637 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2007-09-05-InvalidAsm.ll

index 88186cd..e81534b 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -x86-asm-syntax=intel | not grep "lea[[:space:]]R"
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -x86-asm-syntax=intel | FileCheck %s
+; CHECK-NOT: lea R
 
        %struct.AGenericCall = type { %struct.AGenericManager*, %struct.ComponentParameters*, i32* }
        %struct.AGenericManager = type <{ i8 }>