aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCStreamer.cpp
diff options
context:
space:
mode:
authorNirav Dave <niravd@google.com>2018-04-27 16:16:06 +0000
committerNirav Dave <niravd@google.com>2018-04-27 16:16:06 +0000
commit6b01b880129e8102e87b1302315f1a3f7b73a387 (patch)
treefc2353d7fc0abccc3124d97d094bd73b41c24f45 /llvm/lib/MC/MCStreamer.cpp
parentc3c767bf505ed825a2d90d24560fe7e305cb2ff5 (diff)
downloadllvm-6b01b880129e8102e87b1302315f1a3f7b73a387.zip
llvm-6b01b880129e8102e87b1302315f1a3f7b73a387.tar.gz
llvm-6b01b880129e8102e87b1302315f1a3f7b73a387.tar.bz2
[MC] Undo spurious commit added into r331052.
llvm-svn: 331055
Diffstat (limited to 'llvm/lib/MC/MCStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCStreamer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp
index 89d418d..7765698 100644
--- a/llvm/lib/MC/MCStreamer.cpp
+++ b/llvm/lib/MC/MCStreamer.cpp
@@ -75,8 +75,7 @@ void MCTargetStreamer::emitValue(const MCExpr *Value) {
void MCTargetStreamer::emitAssignment(MCSymbol *Symbol, const MCExpr *Value) {}
MCStreamer::MCStreamer(MCContext &Ctx)
- : Context(Ctx), CurrentWinFrameInfo(nullptr),
- UseAssemblerInfoForParsing(false) {
+ : Context(Ctx), CurrentWinFrameInfo(nullptr) {
SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>());
}