The AND instruction leaves the V flag unmodified, so it falls victim to the same
[oota-llvm.git] / test / CodeGen / CBackend / 2003-10-23-UnusedType.ll
1 ; RUN: llc < %s -march=c
2
3 %A = type { i32, i8*, { i32, i32, i32, i32, i32, i32, i32, i32 }*, i16 }
4
5 define void @test(%A*) {
6         ret void
7 }
8