Simplify the Mangler interface now that DataLayout is mandatory.
[oota-llvm.git] / lib / CodeGen / PHIElimination.cpp
index 471c78a6d8ca7c9f4e811c2568f6fea8de26acf2..d3433018004cc5c363c5af28d07bcb4e3edbe022 100644 (file)
@@ -104,7 +104,7 @@ namespace {
                      MachineInstrExpressionTrait> LoweredPHIMap;
     LoweredPHIMap LoweredPHIs;
   };
-} // namespace
+}
 
 STATISTIC(NumLowered, "Number of phis lowered");
 STATISTIC(NumCriticalEdgesSplit, "Number of critical edges split");