Rename testing case to use - instead of _.
[oota-llvm.git] / test / Transforms / TailCallElim / inf-recursion.ll
index c427869107c1434d2ecad7a4a3128307e5639026..157226f93d3f62857561800bca71b353849d39a2 100644 (file)
@@ -14,7 +14,7 @@ entry:
 
 ; Do turn other calls into infinite loops though.
 
-; CHECK: define double @foo
+; CHECK-LABEL: define double @foo(
 ; CHECK-NOT: call
 ; CHECK: }
 define double @foo(double %f) {
@@ -22,7 +22,7 @@ define double @foo(double %f) {
         ret double %t
 }
 
-; CHECK: define float @fabsf
+; CHECK-LABEL: define float @fabsf(
 ; CHECK-NOT: call
 ; CHECK: }
 define float @fabsf(float %f) {