Simplify the Mangler interface now that DataLayout is mandatory.
[oota-llvm.git] / lib / CodeGen / MachineCombiner.cpp
index 66b9fce4e460eb06972bbe7f38a81ad8b74491c7..f33d0e6a28e508e39bbb4ae02b1a8c74097ab0aa 100644 (file)
@@ -79,7 +79,7 @@ private:
   void instr2instrSC(SmallVectorImpl<MachineInstr *> &Instrs,
                      SmallVectorImpl<const MCSchedClassDesc *> &InstrsSC);
 };
-} // namespace
+}
 
 char MachineCombiner::ID = 0;
 char &llvm::MachineCombinerID = MachineCombiner::ID;