summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/fast-isel-branch-cond-split.ll
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-08-25 18:12:40 +0000
committerSanjay Patel <spatel@rotateright.com>2015-08-25 18:12:40 +0000
commit1015661edff48b1975160c89ec7c4d7a33b9918f (patch)
treefa63cd968ce5b24823677b22f2dc0ebbdcda4b59 /llvm/test/CodeGen/AArch64/fast-isel-branch-cond-split.ll
parentc57a09821f76ca516f8d3d763bd417dd25086e28 (diff)
downloadbcm5719-llvm-1015661edff48b1975160c89ec7c4d7a33b9918f.tar.gz
bcm5719-llvm-1015661edff48b1975160c89ec7c4d7a33b9918f.zip
fix CHECK-LABEL and wrong label
llvm-svn: 245958
Diffstat (limited to 'llvm/test/CodeGen/AArch64/fast-isel-branch-cond-split.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/fast-isel-branch-cond-split.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/fast-isel-branch-cond-split.ll b/llvm/test/CodeGen/AArch64/fast-isel-branch-cond-split.ll
index da6ddbf5101..aa6d5f11f36 100644
--- a/llvm/test/CodeGen/AArch64/fast-isel-branch-cond-split.ll
+++ b/llvm/test/CodeGen/AArch64/fast-isel-branch-cond-split.ll
@@ -1,6 +1,6 @@
; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -fast-isel-abort=1 -verify-machineinstrs < %s | FileCheck %s
-; CHECK-label: test_or
+; CHECK-LABEL: test_or
; CHECK: cbnz w0, {{LBB[0-9]+_2}}
; CHECK: cbz w1, {{LBB[0-9]+_1}}
define i64 @test_or(i32 %a, i32 %b) {
@@ -18,7 +18,7 @@ bb4:
ret i64 %2
}
-; CHECK-label: test_ans
+; CHECK-LABEL: test_and
; CHECK: cbz w0, {{LBB[0-9]+_2}}
; CHECK: cbnz w1, {{LBB[0-9]+_3}}
define i64 @test_and(i32 %a, i32 %b) {
OpenPOWER on IntegriCloud