Add correct encodings for the basic form of vst1.
[oota-llvm.git] / test / Integer / opaquetypes_bt.ll
index a1ba799c2c26abc9e90f237a6c985a61abf944dc..5771342c97a6bd30d59b915e2b70d5a2557f672f 100644 (file)
@@ -7,7 +7,6 @@
 ; 
 
 %SQ1 = type { i31 }
-%ITy = type opaque
 %SQ2 = type { %ITy }
 %ITy = type i31
 
@@ -22,7 +21,6 @@ type %BBB
 %Composite = type { %0, %1 }
 
 ; Test simple opaque type resolution...
-%i31ty = type opaque
 %i31ty = type i31
 
 ; Perform a simple forward reference...