aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/unwind-init.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/unwind-init.ll')
-rw-r--r--test/CodeGen/X86/unwind-init.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/unwind-init.ll b/test/CodeGen/X86/unwind-init.ll
index e34178d..d0915e2 100644
--- a/test/CodeGen/X86/unwind-init.ll
+++ b/test/CodeGen/X86/unwind-init.ll
@@ -12,7 +12,7 @@ define void @calls_unwind_init() {
ret void
}
-; X8664: calls_unwind_init:
+; X8664-LABEL: calls_unwind_init:
; X8664: pushq %rbp
; X8664: pushq %r15
; X8664: pushq %r14
@@ -25,7 +25,7 @@ define void @calls_unwind_init() {
; X8664: popq %r14
; X8664: popq %r15
-; X8632: calls_unwind_init:
+; X8632-LABEL: calls_unwind_init:
; X8632: pushl %ebp
; X8632: pushl %ebx
; X8632: pushl %edi