summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/hidden-vis-4.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/hidden-vis-4.ll')
-rw-r--r--test/CodeGen/X86/hidden-vis-4.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/hidden-vis-4.ll b/test/CodeGen/X86/hidden-vis-4.ll
index a8aede52ac..25a87b905b 100644
--- a/test/CodeGen/X86/hidden-vis-4.ll
+++ b/test/CodeGen/X86/hidden-vis-4.ll
@@ -4,7 +4,7 @@
define i32 @t() nounwind readonly {
entry:
-; CHECK: t:
+; CHECK-LABEL: t:
; CHECK: movl _x, %eax
; CHECK: .comm _x,4
%0 = load i32* @x, align 4 ; <i32> [#uses=1]