Arrange to print constants that match "n" and "i" constraints
[oota-llvm.git] / test / CodeGen / CBackend / 2002-10-15-OpaqueTypeProblem.ll
index d20b975c950323aeea9682482cebe82d15355bb4..2f6d9beb74a512c201c5a1358097d34c80ab1cd9 100644 (file)
@@ -1,4 +1,6 @@
-struct Comm;
-typedef struct Comm* MPI_Comm;
-MPI_Comm* thing;
+; RUN: llvm-as < %s | llc -march=c
+
+%MPI_Comm = type %struct.Comm*
+%struct.Comm = type opaque
+@thing = global %MPI_Comm* null         ; <%MPI_Comm**> [#uses=0]