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:
1b6ab32
)
PR736 has already been fixed. Remove XFAIL marker.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 17 May 2006 20:21:44 +0000
(20:21 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 17 May 2006 20:21:44 +0000
(20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28362
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/ExecutionEngine/2005-12-02-TailCallBug.ll
patch
|
blob
|
history
diff --git
a/test/ExecutionEngine/2005-12-02-TailCallBug.ll
b/test/ExecutionEngine/2005-12-02-TailCallBug.ll
index dbc11b25c0b06d091a407dbceb92ab712dce9d73..fb3b6764585bc74acababae2c8f8b2e008fe4c7e 100644
(file)
--- a/
test/ExecutionEngine/2005-12-02-TailCallBug.ll
+++ b/
test/ExecutionEngine/2005-12-02-TailCallBug.ll
@@
-1,9
+1,6
@@
; PR672
; RUN: llvm-as < %s | lli
-; This doesn't work on darwin/x86, xfail until PR736 is resolved.
-; XFAIL: i686-apple-darwin
-
int %main(){
%f = cast int (int, int*, int)* %check_tail to int*
%res = tail call fastcc int %check_tail( int 10, int* %f,int 10)