Refine Cell's i64 constant generation code to cover more constants where the
[oota-llvm.git] / test / CodeGen / CBackend / 2002-10-15-OpaqueTypeProblem.ll
1 ; RUN: llvm-as < %s | llc -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