summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/private.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/private.ll')
-rw-r--r--llvm/test/CodeGen/X86/private.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/private.ll b/llvm/test/CodeGen/X86/private.ll
index 557bbd28165..c02d19319a4 100644
--- a/llvm/test/CodeGen/X86/private.ll
+++ b/llvm/test/CodeGen/X86/private.ll
@@ -13,7 +13,7 @@ define i32 @bar() {
%1 = load i32* @baz, align 4
ret i32 %1
-; CHECK: bar:
+; CHECK-LABEL: bar:
; CHECK: callq .Lfoo
; CHECK: movl .Lbaz(%rip)
}
OpenPOWER on IntegriCloud