This is an archive of the discontinued LLVM Phabricator instance.

TargetLowering: Remove AddrSpace parameter from GetAddrModeArguments
ClosedPublic

Authored by arsenm on Jan 30 2017, 1:12 PM.

Details

Reviewers
escha
arsenm
Summary

It doesn't make any sense to pass in to what is supposed to be parsing
the call, and this can be inferred from the pointer output.

Diff Detail

Event Timeline

arsenm created this revision.Jan 30 2017, 1:12 PM

ping.

Apparently only out of tree targets are using this

escha edited edge metadata.Feb 7 2017, 12:28 PM

We use this function but we don't use the addrspace argument.

arsenm accepted this revision.Feb 7 2017, 11:20 PM

I guess this won't break anything then. Nothing meaningful was passed in here

This revision is now accepted and ready to land.Feb 7 2017, 11:20 PM
arsenm closed this revision.Feb 7 2017, 11:20 PM

r294412