summaryrefslogtreecommitdiff
path: root/test/Feature/testtype.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/testtype.ll')
-rw-r--r--test/Feature/testtype.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/testtype.ll b/test/Feature/testtype.ll
index 124aa090ec..c5af72353a 100644
--- a/test/Feature/testtype.ll
+++ b/test/Feature/testtype.ll
@@ -11,8 +11,8 @@
%fwd = type %fwdref*
; same as above with unnamed types
-type { %1* }
-type %0*
+%0 = type { %1* }
+%1 = type %0*
%test = type %1
%test2 = type [2 x i32]