[llvm-commits] Support for fld (%edx) alias for flds
Joerg Sonnenberger
joerg at britannica.bec.de
Mon Feb 21 13:15:23 PST 2011
Hi all,
Bug#8687 is about recognising
fld (%edx)
as alias for
flds (%edx)
like GNU as does. The attached patch does that and also adds the usual
regression tests.
Joerg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fld.diff
Type: text/x-diff
Size: 2316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110221/2df5d3ab/attachment.diff>
More information about the llvm-commits
mailing list