[PATCH] D80205: [MC] Simplify MakeStartMinusEndExpr(). NFC.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 05:55:04 PDT 2020


ikudrin created this revision.
ikudrin added reviewers: MaskRay, echristo, probinson, aprantl, dblaikie.
ikudrin added a project: LLVM.
Herald added a subscriber: hiraditya.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80205

Files:
  llvm/lib/MC/MCDwarf.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80205.264871.patch
Type: text/x-patch
Size: 5819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200519/3e9973ac/attachment.bin>


More information about the llvm-commits mailing list