commit | b70eac42e78b28e786c2424ef8efab7d8275472a | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Tue May 17 00:39:14 2011 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Tue May 17 00:39:14 2011 +0000 |
tree | aaa361e3f905e4477ec4165b824abfe4a3b7ef6c | |
parent | 50ecb195e1ce7fef00be2ef656f73adc97089a59 [diff] |
Fix test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131444 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/fast-isel-call.ll b/test/CodeGen/X86/fast-isel-call.ll index 5fcdbbb..f5fcf1e 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 @@ ret i32 1 BB2: ret i32 0 +; CHECK: calll +; CHECK-NEXT: testb $1 } declare i1 @foo() zeroext nounwind