Another sibcall bug. If caller and callee calling conventions differ, then it's only...
[oota-llvm.git] / test / CodeGen / CBackend / 2003-06-01-NullPointerType.ll
1 ; RUN: llc < %s -march=c
2
3 %X = type { i32, float }
4
5 define void @test() {
6         getelementptr %X* null, i64 0, i32 1            ; <float*>:1 [#uses=0]
7         ret void
8 }
9