Fix inserting new elements in a specified location.
[oota-llvm.git] / test / Transforms / InstCombine / strcpy_chk-64.ll
index 036fcbe6de1d711ca8734f91e036c1276e9bcef0..31447d9569e150b6f19a066654c0dfa117b822f4 100644 (file)
@@ -3,7 +3,7 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
 target triple = "x86_64-apple-darwin10.0.0"
 
 define void @func(i8* %i) nounwind ssp {
-; CHECK: @func
+; CHECK-LABEL: @func(
 ; CHECK: @__strcpy_chk(i8* %arraydecay, i8* %i, i64 32)
 entry:
   %s = alloca [32 x i8], align 16