aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-07-03 03:58:59 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-07-03 03:58:59 +0000
commit0e0d62ebd9dae885643d93988abf4b6a121a8b42 (patch)
tree7d39fcab2f0bf1fca62aea6e734feea052b3aad8
parent10de025a67aa37112d5d4cd703925a7c1996422a (diff)
downloadexternal_llvm-0e0d62ebd9dae885643d93988abf4b6a121a8b42.zip
external_llvm-0e0d62ebd9dae885643d93988abf4b6a121a8b42.tar.gz
external_llvm-0e0d62ebd9dae885643d93988abf4b6a121a8b42.tar.bz2
test/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck-ize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159636 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/2004-03-30-Select-Max.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-03-30-Select-Max.ll b/test/CodeGen/X86/2004-03-30-Select-Max.ll
index 526b0b2..e22aa6a 100644
--- a/test/CodeGen/X86/2004-03-30-Select-Max.ll
+++ b/test/CodeGen/X86/2004-03-30-Select-Max.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s -march=x86 -mcpu=yonah | not grep "j[lgbe]"
+; RUN: llc < %s -march=x86 -mcpu=yonah | FileCheck %s
+; CHECK-NOT: {{j[lgbe]}}
define i32 @max(i32 %A, i32 %B) nounwind {
%gt = icmp sgt i32 %A, %B ; <i1> [#uses=1]