summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/reverse_branches.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/reverse_branches.ll')
-rw-r--r--test/CodeGen/X86/reverse_branches.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/reverse_branches.ll b/test/CodeGen/X86/reverse_branches.ll
index 97721250377e..ee6333e61e88 100644
--- a/test/CodeGen/X86/reverse_branches.ll
+++ b/test/CodeGen/X86/reverse_branches.ll
@@ -7,7 +7,7 @@
; Make sure at end of do.cond.i, we jump to do.body.i first to have a tighter
; inner loop.
define i32 @test_branches_order() uwtable ssp {
-; CHECK: test_branches_order:
+; CHECK-LABEL: test_branches_order:
; CHECK: [[L0:LBB0_[0-9]+]]: ## %do.body.i
; CHECK: je
; CHECK: %do.cond.i