Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / strpbrk-2.ll
index 31ac2905df2c88e7538626f3484b71c27943f855..b797d7a59527504b12f1ccebf6c66bc1f3278a67 100644 (file)
@@ -12,7 +12,7 @@ declare i16* @strpbrk(i8*, i8*)
 ; Check that 'strpbrk' functions with the wrong prototype aren't simplified.
 
 define i16* @test_no_simplify1() {
-; CHECK: @test_no_simplify1
+; CHECK-LABEL: @test_no_simplify1(
   %str = getelementptr [12 x i8]* @hello, i32 0, i32 0
   %pat = getelementptr [2 x i8]* @w, i32 0, i32 0