Another sibcall bug. If caller and callee calling conventions differ, then it's only...
[oota-llvm.git] / test / CodeGen / CBackend / 2002-09-20-ArrayTypeFailure.ll
1 ; RUN: llc < %s -march=c
2
3 define void @test() {
4         %X = alloca [4 x i32]           ; <[4 x i32]*> [#uses=0]
5         ret void
6 }
7