This should have been part of r224676.
[oota-llvm.git] / test / Transforms / InstCombine / strcpy_chk-2.ll
index d76ea5d068bcdd683fbfcb5c93898be459f7abc5..1eff5a822e7875c50ac1dac4eb3c44038bf16c82 100644 (file)
@@ -9,7 +9,7 @@ target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f3
 @.str = private constant [8 x i8] c"abcdefg\00"
 
 define void @test_no_simplify() {
-; CHECK: @test_no_simplify
+; CHECK-LABEL: @test_no_simplify(
   %dst = getelementptr inbounds [60 x i16]* @a, i32 0, i32 0
   %src = getelementptr inbounds [8 x i8]* @.str, i32 0, i32 0