Fix misched-aa-colored.ll to require asserts (trying again)
[oota-llvm.git] / test / Feature / weak_constant.ll
index 9025aaac797fce9a9de61675789aa3828ccd5666..fba7f12e1dee433aca5f56ee90c25f1daf5c90d4 100644 (file)
@@ -4,7 +4,7 @@
 ; RUN:   grep 7 %t | count 1
 ; RUN:   grep 9 %t | count 1
 
-       type { i32, i32 }               ; type %0
+       %0 = type { i32, i32 }          ; type %0
 @a = weak constant i32 undef           ; <i32*> [#uses=1]
 @b = weak constant i32 5               ; <i32*> [#uses=1]
 @c = weak constant %0 { i32 7, i32 9 }         ; <%0*> [#uses=1]