From 338322516782f0adaee312bc834d6bf3b9713346 Mon Sep 17 00:00:00 2001 From: Pedro Artigas Date: Fri, 4 Jan 2013 18:04:42 +0000 Subject: small fixes to enable the reuse of the pass manager across multiple modules llvm-svn: 171475 --- llvm/lib/MC/MCStreamer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/MC/MCStreamer.cpp') diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp index 6f0ada277c1..7dffc3e21b4 100644 --- a/llvm/lib/MC/MCStreamer.cpp +++ b/llvm/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)); -- cgit v1.2.3