This is an archive of the discontinued LLVM Phabricator instance.

[MC] Simplify MakeStartMinusEndExpr(). NFC.
ClosedPublic

Authored by ikudrin on May 19 2020, 5:51 AM.

Details

Summary

The function does not need an MCStreamer itself, which was used only to get access to the MCContext.

Diff Detail

Event Timeline

ikudrin created this revision.May 19 2020, 5:51 AM
MaskRay accepted this revision.May 19 2020, 9:00 AM

Thanks!

This revision is now accepted and ready to land.May 19 2020, 9:00 AM
echristo accepted this revision.May 20 2020, 12:07 PM

Thanks!

This revision was automatically updated to reflect the committed changes.