The AND instruction leaves the V flag unmodified, so it falls victim to the same
[oota-llvm.git] / test / CodeGen / CBackend / 2002-10-15-OpaqueTypeProblem.ll
1 ; RUN: llc < %s -march=c
2
3 %MPI_Comm = type %struct.Comm*
4 %struct.Comm = type opaque
5 @thing = global %MPI_Comm* null         ; <%MPI_Comm**> [#uses=0]
6