diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-05-17 20:21:44 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-05-17 20:21:44 +0000 |
commit | eba0bf5affb23bccc429ce0ec241cb00a4d96a0d (patch) | |
tree | e27ecf917b2c92e2e4a201ef14045171cdeed9e5 /test | |
parent | 1b6ab320bb5fb6e2519458db2d06db0940e433f6 (diff) | |
download | external_llvm-eba0bf5affb23bccc429ce0ec241cb00a4d96a0d.zip external_llvm-eba0bf5affb23bccc429ce0ec241cb00a4d96a0d.tar.gz external_llvm-eba0bf5affb23bccc429ce0ec241cb00a4d96a0d.tar.bz2 |
PR736 has already been fixed. Remove XFAIL marker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28362 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/ExecutionEngine/2005-12-02-TailCallBug.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ExecutionEngine/2005-12-02-TailCallBug.ll b/test/ExecutionEngine/2005-12-02-TailCallBug.ll index dbc11b2..fb3b676 100644 --- 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) |