ReleaseNotes: shrink-wrapping; by Quentin Colombet
[oota-llvm.git] / test / Feature / testtype.ll
index c5af72353a1dfd62bf79b18c85f33698a5f389eb..cdeb5a017cfa57772261baf50f10bbd3b01e8a8f 100644 (file)
@@ -7,13 +7,13 @@
         %inners = type { float, { i8 } }
         %struct = type { i32, %inners, i64 }
 
-%fwdref = type { %fwd* }
 %fwd    = type %fwdref*
+%fwdref = type { %fwd* }
 
 ; same as above with unnamed types
-%0 = type { %1* }
 %1 = type %0* 
 %test = type %1
+%0 = type { %1* }
 
 %test2 = type [2 x i32]
 ;%x = type %undefined*