summaryrefslogtreecommitdiff
path: root/lib/MC/MCStreamer.cpp
diff options
context:
space:
mode:
authorPedro Artigas <partigas@apple.com>2013-01-04 18:04:42 +0000
committerPedro Artigas <partigas@apple.com>2013-01-04 18:04:42 +0000
commitb9d1005e96681b5c8cc1ed959fa129de62933020 (patch)
treef2b9b160817bf2e13e953af6349551f9057749c3 /lib/MC/MCStreamer.cpp
parent60230ef987f234df88a166fc7878cf3051bca0a1 (diff)
downloadllvm-b9d1005e96681b5c8cc1ed959fa129de62933020.tar.gz
llvm-b9d1005e96681b5c8cc1ed959fa129de62933020.tar.bz2
llvm-b9d1005e96681b5c8cc1ed959fa129de62933020.tar.xz
small fixes to enable the reuse of the pass manager across multiple modules
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171475 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCStreamer.cpp')
-rw-r--r--lib/MC/MCStreamer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCStreamer.cpp b/lib/MC/MCStreamer.cpp
index 6f0ada277c..7dffc3e21b 100644
--- a/lib/MC/MCStreamer.cpp
+++ b/lib/MC/MCStreamer.cpp
@@ -41,7 +41,6 @@ void MCStreamer::reset() {
EmitDebugFrame = false;
CurrentW64UnwindInfo = 0;
LastSymbol = 0;
- AutoInitSections = false;
const MCSection *section = NULL;
SectionStack.clear();
SectionStack.push_back(std::make_pair(section, section));