From: Saleem Abdulrasool Date: Tue, 25 Mar 2014 03:39:39 +0000 (+0000) Subject: test: fix CHECK lines X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f50e7090434cf20bada71e7b9271c30fe3ca567c;p=oota-llvm.git test: fix CHECK lines 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 --- diff --git a/test/CodeGen/ARM/tail-call.ll b/test/CodeGen/ARM/tail-call.ll index 270b41d956d..771158632ec 100644 --- a/test/CodeGen/ARM/tail-call.ll +++ b/test/CodeGen/ARM/tail-call.ll @@ -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}