remove this test: it is xfailed anyway, and is failing for a reason
[oota-llvm.git] / test / CodeGen / Generic / 2005-10-18-ZeroSizeStackObject.ll
1 ; RUN: llvm-as < %s | llc
2
3 define void @test() {
4         %X = alloca {  }                ; <{  }*> [#uses=0]
5         ret void
6 }