summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-05-17 00:39:14 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-05-17 00:39:14 +0000
commitb70eac42e78b28e786c2424ef8efab7d8275472a (patch)
treeaaa361e3f905e4477ec4165b824abfe4a3b7ef6c /test/CodeGen/X86
parent50ecb195e1ce7fef00be2ef656f73adc97089a59 (diff)
downloadllvm-b70eac42e78b28e786c2424ef8efab7d8275472a.tar.gz
llvm-b70eac42e78b28e786c2424ef8efab7d8275472a.tar.bz2
llvm-b70eac42e78b28e786c2424ef8efab7d8275472a.tar.xz
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131444 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r--test/CodeGen/X86/fast-isel-call.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel-call.ll b/test/CodeGen/X86/fast-isel-call.ll
index 5fcdbbbe53..f5fcf1ea1b 100644
--- a/test/CodeGen/X86/fast-isel-call.ll
+++ b/test/CodeGen/X86/fast-isel-call.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -fast-isel -march=x86 | grep and
+; RUN: llc < %s -fast-isel -march=x86 | FileCheck %s
define i32 @t() nounwind {
tak:
@@ -8,6 +8,8 @@ BB1:
ret i32 1
BB2:
ret i32 0
+; CHECK: calll
+; CHECK-NEXT: testb $1
}
declare i1 @foo() zeroext nounwind