test: fix CHECK lines
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 25 Mar 2014 03:39:39 +0000 (03:39 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 25 Mar 2014 03:39:39 +0000 (03:39 +0000)
Thanks to gix for pointing out that the CHECK-LABEL lines were incorrect!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204700 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/tail-call.ll

index 270b41d956d4ee0600c3da2f35bcc515e5acecbc..771158632ecfb389df293cb3ba1315ac7162baa4 100644 (file)
@@ -10,10 +10,10 @@ entry:
   ret i32 %r
 }
 
-; CHECK-LABEL: caller
+; CHECK-TAIL-LABEL: caller
 ; CHECK-TAIL: b callee
 
-; CHECK-LABEL: caller
+; CHECK-NO-TAIL-LABEL: caller
 ; CHECK-NO-TAIL: push {lr}
 ; CHECK-NO-TAIL: bl callee
 ; CHECK-NO-TAIL: pop {lr}