X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Ftesttype.ll;h=cdeb5a017cfa57772261baf50f10bbd3b01e8a8f;hb=dc58d1e09921872f63a329dce631104616163bc5;hp=124aa090ec93bd5c0d4bd1f81545afdc966b215c;hpb=7c3f161569293eb626bb0b4619fc6f0f87c921d5;p=oota-llvm.git diff --git a/test/Feature/testtype.ll b/test/Feature/testtype.ll index 124aa090ec9..cdeb5a017cf 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 -type { %1* } -type %0* +%1 = type %0* %test = type %1 +%0 = type { %1* } %test2 = type [2 x i32] ;%x = type %undefined*