aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/opaquetypes.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/opaquetypes.ll')
-rw-r--r--test/Feature/opaquetypes.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Feature/opaquetypes.ll b/test/Feature/opaquetypes.ll
index 2ca58a7..6539c1a 100644
--- a/test/Feature/opaquetypes.ll
+++ b/test/Feature/opaquetypes.ll
@@ -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...