Commit 294685 broke offset initialization in MachineLocation(unsigned R, int O)

Frej Drejhammar via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 03:42:03 PST 2017


Hi Eugene,

Your SVN commit 294685 removed the initialization of the 'Offset' field
for register-indirect MachineLocations, probably due to a mixup between
Offset(O) and Offset(0). The attached patch restores the functionality.

Cheers,

--Frej

-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix.patch
Type: text/x-diff
Size: 928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170301/c0d0955d/attachment.patch>


More information about the llvm-commits mailing list