Disable the post-RA scheduler on this test, since it uses a
[oota-llvm.git] / test / CodeGen / CBackend / 2003-06-01-NullPointerType.ll
1 ; RUN: llvm-as < %s | llc -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