Use a 'Constant' object instead of a bit field to store the attribute data.
[oota-llvm.git] / test / Feature / forwardreftest.ll
index 26d214ae88357fb34100851e0462ecda9fbf5534..6ca1be79e4617be8efc8a214d6ac997b0d09e21a 100644 (file)
@@ -4,9 +4,9 @@
 
 %myty = type i32 
 %myfn = type float (i32,double,i32,i16)
-type i32(%myfn*)
-type i32(i32)
-type i32(i32(i32)*)
+%0 = type i32(%myfn*)
+%1 = type i32(i32)
+%2 = type i32(i32(i32)*)
 
   %thisfuncty = type i32 (i32) *