Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality...
[oota-llvm.git] / test / Transforms / TailCallElim / basic.ll
index ffb757005c21e2d986899911b9cdbe7b04d48576..35420ab08c33a329dfafbdad1e5a577d43ad6fb4 100644 (file)
@@ -98,7 +98,7 @@ cond_false:
 ;
 ; rdar://14324281.
 define void @test6(i32* %a, i32* %b) {
-; CHECK: @test6
+; CHECK-LABEL: @test6(
 ; CHECK-NOT: tail call
 ; CHECK: ret void
   %c = alloca [100 x i8], align 16
@@ -112,7 +112,7 @@ define void @test6(i32* %a, i32* %b) {
 ; rdar://14324281
 define void @test7(i32* %a, i32* %b) nounwind uwtable {
 entry:
-; CHECK: @test7
+; CHECK-LABEL: @test7(
 ; CHECK-NOT: tail call
 ; CHECK: ret void
   %c = alloca [100 x i8], align 16