[x32] Fix FrameIndex check in SelectLEA64_32Addr
[oota-llvm.git] / test / CodeGen / X86 / unwind-init.ll
index e34178d8722122113955f5e9377937a1a7c3be0e..d0915e244eeb62088b75bc7d6083377a7dd6d735 100644 (file)
@@ -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