aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/blez_bgez.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/blez_bgez.ll')
-rw-r--r--test/CodeGen/Mips/blez_bgez.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/blez_bgez.ll b/test/CodeGen/Mips/blez_bgez.ll
index 52765af966..f6a5e4f47a 100644
--- a/test/CodeGen/Mips/blez_bgez.ll
+++ b/test/CodeGen/Mips/blez_bgez.ll
@@ -1,7 +1,7 @@
; RUN: llc -march=mipsel < %s | FileCheck %s
; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
-; CHECK: test_blez:
+; CHECK-LABEL: test_blez:
; CHECK: blez ${{[0-9]+}}, $BB
define void @test_blez(i32 %a) {
@@ -19,7 +19,7 @@ if.end:
declare void @foo1()
-; CHECK: test_bgez:
+; CHECK-LABEL: test_bgez:
; CHECK: bgez ${{[0-9]+}}, $BB
define void @test_bgez(i32 %a) {