summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/lea.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/lea.ll')
-rw-r--r--llvm/test/CodeGen/X86/lea.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/lea.ll b/llvm/test/CodeGen/X86/lea.ll
index 87f0b0b30a8..affd6bf3bb8 100644
--- a/llvm/test/CodeGen/X86/lea.ll
+++ b/llvm/test/CodeGen/X86/lea.ll
@@ -5,7 +5,7 @@ define i32 @test1(i32 %x) nounwind {
%tmp1 = shl i32 %x, 3
%tmp2 = add i32 %tmp1, 7
ret i32 %tmp2
-; CHECK: test1:
+; CHECK-LABEL: test1:
; CHECK: leal 7(,%r[[A0:di|cx]],8), %eax
}
@@ -27,7 +27,7 @@ bb.nph:
bb2:
ret i32 %x_offs
-; CHECK: test2:
+; CHECK-LABEL: test2:
; CHECK: movl %e[[A0]], %eax
; CHECK: addl $-5, %eax
; CHECK: andl $-4, %eax
OpenPOWER on IntegriCloud