This is an archive of the discontinued LLVM Phabricator instance.

Add 'const' to a few more functions in MachineFrameInfo
ClosedPublic

Authored by kparzysz on Jul 20 2015, 3:00 PM.

Details

Reviewers
echristo
Summary

A few "get" functions were not marked as "const". There is no obvious reason for that.

Diff Detail

Repository
rL LLVM

Event Timeline

kparzysz updated this revision to Diff 30197.Jul 20 2015, 3:00 PM
kparzysz retitled this revision from to Add 'const' to a few more functions in MachineFrameInfo.
kparzysz updated this object.
kparzysz added a reviewer: echristo.
kparzysz set the repository for this revision to rL LLVM.
kparzysz added a subscriber: llvm-commits.
echristo accepted this revision.Jul 20 2015, 3:01 PM
echristo edited edge metadata.

Sure :)

-eric

This revision is now accepted and ready to land.Jul 20 2015, 3:01 PM

Cool. Thanks!

Committed revision 242720.

-Krzysztof

kparzysz closed this revision.Jan 8 2016, 7:42 AM