1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

test: add an additional cfi_return_column test

Ensure that we still coalesce identical CIEs across FDEs even with
cfi_return_column alterations.

llvm-svn: 309525
This commit is contained in:
Saleem Abdulrasool 2017-07-30 21:30:54 +00:00
parent bb6a582495
commit 2c8aa993b7

View File

@ -20,6 +20,14 @@ g:
.cfi_return_column 65
.cfi_endproc
.section .text.h,"ax",@progbits
.global h
.type g,@function
h:
.cfi_startproc
.cfi_return_column 65
.cfi_endproc
// CHECK-ASM-ROUNDTRIP-LABEL: f:
// CHECK-ASM-ROUNDTRIP: .cfi_startproc
// CHECK-ASM-ROUNDTRIP-NEXT: .cfi_return_column 0