aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sub.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/sub.ll')
-rw-r--r--test/CodeGen/X86/sub.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sub.ll b/test/CodeGen/X86/sub.ll
index ee5ea1d0fb6e..3cf79a3deca2 100644
--- a/test/CodeGen/X86/sub.ll
+++ b/test/CodeGen/X86/sub.ll
@@ -4,7 +4,7 @@ define i32 @test1(i32 %x) {
%xor = xor i32 %x, 31
%sub = sub i32 32, %xor
ret i32 %sub
-; CHECK: test1:
+; CHECK-LABEL: test1:
; CHECK: xorl $-32
; CHECK-NEXT: addl $33
; CHECK-NEXT: ret