commit | fe988eba4bdfbb7a8d2e4ff3da74152f56ecdbd9 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Feb 20 23:10:42 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Feb 20 23:10:42 2008 +0000 |
tree | 95dd3e3d0a9af429ab3c30d3b8b047c987e8f5b3 | |
parent | 7dd8e72de9672e33f8892f9ac485ccc268fab707 [diff] [blame] |
XFAIL for now. llvm-svn: 47411
diff --git a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll index 997bbfa..ebe2ee9 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()