Always print the implicit .text at the start of an asm file.
[oota-llvm.git] / lib / MC / MCELFStreamer.cpp
index 9ff9665d52d60f6319f048b4402bbb2346a6a62c..5f6a889769dffba60df45ad95349a9b0d5b17bb6 100644 (file)
@@ -38,7 +38,7 @@ using namespace llvm;
 MCELFStreamer::~MCELFStreamer() {
 }
 
-void MCELFStreamer::InitSections(bool Force) {
+void MCELFStreamer::InitSections() {
   // This emulates the same behavior of GNU as. This makes it easier
   // to compare the output as the major sections are in the same order.
   SwitchSection(getContext().getObjectFileInfo()->getTextSection());