Regenerate.
[oota-llvm.git] / test / Feature / opaquetypes.ll
index 2ca58a7922bee63e08ef3228a30f949cedcde286..6539c1a6e1ca015a11a2fbf528bd4f2438477c84 100644 (file)
@@ -7,7 +7,6 @@
 ; 
 
 %SQ1 = type { i32 }
-%ITy = type opaque
 %SQ2 = type { %ITy }
 %ITy = type i32
 
@@ -22,7 +21,6 @@ type %BBB
 %Composite = type { %0, %1 }
 
 ; Test simple opaque type resolution...
-%intty = type opaque
 %intty = type i32
 
 ; Perform a simple forward reference...