[llvm-commits] [patch] Drop DwarfRegNum from the D registers
Rafael Avila de Espindola
rafael.espindola at gmail.com
Fri May 27 08:44:10 PDT 2011
If I understand it correctly, the proper way to encode a D register in
DWARF is with something like
DW_OP_reg 32 DW_OP_piece 4 DW_OP_reg 33
The attached patch drops the DwarfRegNum from the D registers. Is it OK?
Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mips.patch
Type: text/x-patch
Size: 2087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110527/3fddeb1b/attachment.bin>
More information about the llvm-commits
mailing list