This is an archive of the discontinued LLVM Phabricator instance.

Fix unused result from sign extending an Offset.
ClosedPublic

Authored by srhines on Sep 15 2016, 11:43 PM.

Details

Summary

Offset was doubled in size, but the assignment was missing. We just need
to reassign to the original variable in this case to fix it.

Diff Detail

Repository
rL LLVM

Event Timeline

srhines updated this revision to Diff 71598.Sep 15 2016, 11:43 PM
srhines retitled this revision from to Fix unused result from sign extending an Offset..
srhines updated this object.
srhines added a reviewer: cfe-commits.
srhines added a subscriber: meikeb.
echristo accepted this revision.Sep 16 2016, 12:25 AM
echristo added a reviewer: echristo.
This revision is now accepted and ready to land.Sep 16 2016, 12:25 AM
This revision was automatically updated to reflect the committed changes.