This is an archive of the discontinued LLVM Phabricator instance.

Remove ABIMacOSX_i386::PrepareNormalCall().
ClosedPublic

Authored by brucem on Aug 31 2015, 7:55 PM.

Details

Summary

This was removed from the other ABI plugins long ago. This removes
a warning that was happening in this unused code as a result of
adding 2 new types to Scalar.h (e_uint128 and e_sint128).

Diff Detail

Repository
rL LLVM

Event Timeline

brucem updated this revision to Diff 33659.Aug 31 2015, 7:55 PM
brucem retitled this revision from to Remove ABIMacOSX_i386::PrepareNormalCall()..
brucem updated this object.
brucem added a reviewer: clayborg.
brucem added a subscriber: llvm-commits.
brucem edited subscribers, added: lldb-commits; removed: llvm-commits.Aug 31 2015, 8:14 PM
clayborg accepted this revision.Sep 1 2015, 9:46 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Sep 1 2015, 9:46 AM
This revision was automatically updated to reflect the committed changes.