summaryrefslogtreecommitdiffstats
path: root/llvm
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
commite5e19e4f7ba2d345aee5133639caa1b79c1237f0 (patch)
treec27bf8ceebaa4a80d74192970eac871cb517f683 /llvm
parent36af16affd93dd3eb4ab59924850b8a04128362e (diff)
downloadbcm5719-llvm-e5e19e4f7ba2d345aee5133639caa1b79c1237f0.tar.gz
bcm5719-llvm-e5e19e4f7ba2d345aee5133639caa1b79c1237f0.zip
test/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck-ize.
llvm-svn: 159636
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/2004-03-30-Select-Max.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2004-03-30-Select-Max.ll b/llvm/test/CodeGen/X86/2004-03-30-Select-Max.ll
index 526b0b206a5..e22aa6a0939 100644
--- a/llvm/test/CodeGen/X86/2004-03-30-Select-Max.ll
+++ b/llvm/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]
OpenPOWER on IntegriCloud