projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ecb19
)
Fix test.
author
Eli Friedman
<eli.friedman@gmail.com>
Tue, 17 May 2011 00:39:14 +0000
(
00:39
+0000)
committer
Eli Friedman
<eli.friedman@gmail.com>
Tue, 17 May 2011 00:39:14 +0000
(
00:39
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131444
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fast-isel-call.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fast-isel-call.ll
b/test/CodeGen/X86/fast-isel-call.ll
index 5fcdbbbe53b25f2c7b834356195808c074933bfe..f5fcf1ea1b08ce01b8091a2c052800c4f00b6ec8 100644
(file)
--- 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