From f50e7090434cf20bada71e7b9271c30fe3ca567c Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 25 Mar 2014 03:39:39 +0000 Subject: [PATCH] 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 --- test/CodeGen/ARM/tail-call.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.34.1