aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-07-03 03:59:08 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-07-03 03:59:08 +0000
commit40b7e7eb978b75d1f2b3c14834d32a6d75178376 (patch)
tree0564521848b3582e4743b903ddd9f15ca9327bee
parent0e0d62ebd9dae885643d93988abf4b6a121a8b42 (diff)
downloadexternal_llvm-40b7e7eb978b75d1f2b3c14834d32a6d75178376.zip
external_llvm-40b7e7eb978b75d1f2b3c14834d32a6d75178376.tar.gz
external_llvm-40b7e7eb978b75d1f2b3c14834d32a6d75178376.tar.bz2
test/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck-ize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159637 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/2007-09-05-InvalidAsm.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-09-05-InvalidAsm.ll b/test/CodeGen/X86/2007-09-05-InvalidAsm.ll
index 88186cd..e81534b 100644
--- a/test/CodeGen/X86/2007-09-05-InvalidAsm.ll
+++ b/test/CodeGen/X86/2007-09-05-InvalidAsm.ll
@@ -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 }>