[llvm-commits] [PATCH]: patch for .cfi register parsing

Roman Divacky rdivacky at freebsd.org
Mon Jan 24 09:55:50 PST 2011


Hi,

some .cfi directives take register as an argument, ie:

.cfi_def_cfa_register %ebp

The attached patch implements that. The patch makes ParseRegister
method in TargetAsmParser public. I made that change only in
X86 in that patch as I want some comment on whether this is the
correct thing to do.

Thank you!

roman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-cfi-register.patch
Type: text/x-diff
Size: 3843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110124/2c3f8039/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110124/2c3f8039/attachment.sig>


More information about the llvm-commits mailing list