[all-commits] [llvm/llvm-project] 0e41d6: [MC] Simplify MakeStartMinusEndExpr(). NFC.
Igor Kudrin via All-commits
all-commits at lists.llvm.org
Wed May 20 23:08:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0e41d647ceaeb2195d5d9ab5ff25c19292a36bf5
https://github.com/llvm/llvm-project/commit/0e41d647ceaeb2195d5d9ab5ff25c19292a36bf5
Author: Igor Kudrin <ikudrin at accesssoftek.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
M llvm/lib/MC/MCDwarf.cpp
Log Message:
-----------
[MC] Simplify MakeStartMinusEndExpr(). NFC.
The function does not need an MCStreamer per se; it was used only to get
access to the MCContext.
Differential Revision: https://reviews.llvm.org/D80205
More information about the All-commits
mailing list