summaryrefslogtreecommitdiff
path: root/test/CodeGen/AVR/branch-relaxation.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AVR/branch-relaxation.ll')
-rw-r--r--test/CodeGen/AVR/branch-relaxation.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AVR/branch-relaxation.ll b/test/CodeGen/AVR/branch-relaxation.ll
index d6f07f6535763..e415b059692e7 100644
--- a/test/CodeGen/AVR/branch-relaxation.ll
+++ b/test/CodeGen/AVR/branch-relaxation.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=avr | FileCheck %s
-; CHECKC-LABEL: relax_breq
+; CHECK-LABEL: relax_breq
; CHECK: cpi r{{[0-9]+}}, 0
; CHECK: brne LBB0_1
; CHECK: rjmp LBB0_2
@@ -66,7 +66,7 @@ finished:
ret i8 3
}
-; CHECKC-LABEL: no_relax_breq
+; CHECK-LABEL: no_relax_breq
; CHECK: cpi r{{[0-9]+}}, 0
; CHECK: breq [[END_BB:LBB[0-9]+_[0-9]+]]
; CHECK: nop