[LoopVectorizer] Fix bailing-out condition for OptForSize case.
[oota-llvm.git] / test / Transforms / ObjCARC / weak.ll
index 85a290c0981cbcc046c41733f656259ab9c547e6..119aa8257866e7053159ba4987ecd37bcfa126a5 100644 (file)
@@ -10,7 +10,7 @@ declare void @objc_copyWeak(i8**, i8**)
 
 ; If the pointer-to-weak-pointer is null, it's undefined behavior.
 
-; CHECK: define void @test0(
+; CHECK-LABEL: define void @test0(
 ; CHECK: store i8* undef, i8** null
 ; CHECK: store i8* undef, i8** null
 ; CHECK: store i8* undef, i8** null