Add space to assert message.
[oota-llvm.git] / lib / MC / MCSectionMachO.cpp
index fc323155befa17ed5345e16ecef5a5ee72a9daf0..870451313bb1725e53bbaf6040c033e9838c1f32 100644 (file)
@@ -91,7 +91,8 @@ MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section,
 }
 
 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI,
-                                          raw_ostream &OS) const {
+                                          raw_ostream &OS,
+                                          const MCExpr *Subsection) const {
   OS << "\t.section\t" << getSegmentName() << ',' << getSectionName();
 
   // Get the section type and attributes.