diff options
| author | Devang Patel <dpatel@apple.com> | 2008-02-20 23:10:42 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2008-02-20 23:10:42 +0000 |
| commit | fe988eba4bdfbb7a8d2e4ff3da74152f56ecdbd9 (patch) | |
| tree | 95dd3e3d0a9af429ab3c30d3b8b047c987e8f5b3 | |
| parent | 7dd8e72de9672e33f8892f9ac485ccc268fab707 (diff) | |
| download | bcm5719-llvm-fe988eba4bdfbb7a8d2e4ff3da74152f56ecdbd9.tar.gz bcm5719-llvm-fe988eba4bdfbb7a8d2e4ff3da74152f56ecdbd9.zip | |
XFAIL for now.
llvm-svn: 47411
| -rw-r--r-- | llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll index 997bbfad7a5..ebe2ee9e76e 100644 --- a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll +++ b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll @@ -1,4 +1,5 @@ -; RUN: not llvm-as < %s -o /dev/null -f +; RUN: llvm-as < %s -o /dev/null -f +; XFAIL: * define void @test() { call {} @foo() |

