Use Twin instead of std::to_string.
[oota-llvm.git] / test / CodeGen / X86 / sibcall-3.ll
index f0d66cf7b696c7ad494298e0849c5ffa24366e92..9fcb4603a9d1991ab917bdf9d1ef26a50b80bcae 100644 (file)
@@ -2,14 +2,14 @@
 ; PR7193
 
 define void @t1(i8* inreg %dst, i8* inreg %src, i8* inreg %len) nounwind {
-; CHECK: t1:
-; CHECK: call 0
+; CHECK-LABEL: t1:
+; CHECK: calll 0
   tail call void null(i8* inreg %dst, i8* inreg %src, i8* inreg %len) nounwind
   ret void
 }
 
 define void @t2(i8* inreg %dst, i8* inreg %src, i8* inreg %len) nounwind {
-; CHECK: t2:
+; CHECK-LABEL: t2:
 ; CHECK: jmpl
   tail call void null(i8* inreg %dst, i8* inreg %src) nounwind
   ret void