aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/store_op_load_fold.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/store_op_load_fold.ll')
-rw-r--r--test/CodeGen/X86/store_op_load_fold.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/store_op_load_fold.ll b/test/CodeGen/X86/store_op_load_fold.ll
index 070cccdb87dda..bbeb7443c07f1 100644
--- a/test/CodeGen/X86/store_op_load_fold.ll
+++ b/test/CodeGen/X86/store_op_load_fold.ll
@@ -5,7 +5,7 @@
@X = internal global i16 0 ; <i16*> [#uses=2]
define void @foo() nounwind {
-; CHECK: foo:
+; CHECK-LABEL: foo:
; CHECK-NOT: mov
; CHECK: add
; CHECK-NEXT: ret
@@ -19,7 +19,7 @@ define void @foo() nounwind {
%struct.S2 = type { i64, i16, [2 x i8], i8, [3 x i8], [7 x i8], i8, [8 x i8] }
@s2 = external global %struct.S2, align 16
define void @test2() nounwind uwtable ssp {
-; CHECK: test2:
+; CHECK-LABEL: test2:
; CHECK: mov
; CHECK-NEXT: and
; CHECK-NEXT: ret