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 c5af72353a..cdeb5a017c 100644
--- a/test/Feature/testtype.ll
+++ b/test/Feature/testtype.ll
@@ -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*