This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add uses for locals introduced for debug messages. NFC.
ClosedPublic

Authored by herhut on Jan 11 2021, 3:32 AM.

Details

Summary

This adds uses for locals introduced for new debug messages for the load store optimizer. Those locals are only used on debug statements and otherwise create unused variable warnings.

Diff Detail

Event Timeline

herhut created this revision.Jan 11 2021, 3:32 AM
herhut requested review of this revision.Jan 11 2021, 3:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2021, 3:32 AM
dmgreen accepted this revision.Jan 11 2021, 3:41 AM
dmgreen added a subscriber: dmgreen.

Oh yeah. Sorry. Forgot about that.

LGTM. Thanks for the fix.

This revision is now accepted and ready to land.Jan 11 2021, 3:41 AM