llvm-6502/test/MC
Ulrich Weigand 781dfbd482 Fix initial frame state on powerpc64.
The createPPCMCAsmInfo routine used PPC::R1 as the initial frame
pointer register, but on PPC64 the 32-bit R1 register does not
have a corresponding DWARF number, causing invalid CIE initial
frame state to be emitted.  Fix by using PPC::X1 instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168799 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-28 18:21:03 +00:00
..
ARM
AsmParser
COFF
Disassembler
ELF
MachO The section is .debug_line. 2012-11-27 01:40:36 +00:00
Markup
MBlaze
Mips
PowerPC Fix initial frame state on powerpc64. 2012-11-28 18:21:03 +00:00
X86