summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/no-cmov.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/no-cmov.ll')
-rw-r--r--test/CodeGen/X86/no-cmov.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/no-cmov.ll b/test/CodeGen/X86/no-cmov.ll
index 62d73b0732e7d..e13edf26cad7c 100644
--- a/test/CodeGen/X86/no-cmov.ll
+++ b/test/CodeGen/X86/no-cmov.ll
@@ -6,6 +6,6 @@ define i32 @test1(i32 %g, i32* %j) {
%retval.0 = select i1 %tobool, i32 1, i32 %cmp
ret i32 %retval.0
-; CHECK: test1:
+; CHECK-LABEL: test1:
; CHECK-NOT: cmov
}