fix CHECK-LABEL and wrong label
authorSanjay Patel <spatel@rotateright.com>
Tue, 25 Aug 2015 18:12:40 +0000 (18:12 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 25 Aug 2015 18:12:40 +0000 (18:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245958 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/fast-isel-branch-cond-split.ll

index da6ddbf5101ea2d59524af9f0c2cf80a3dcf95c0..aa6d5f11f3623ae2466e98c9d9e0a75655dd8243 100644 (file)
@@ -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) {