rename addComment -> AddComment for consistency.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
index e12a66e7e41f278cac29b79c40981215c16de3de..5564fa165970203239ab0cdd3070a72e229ecda7 100644 (file)
@@ -1135,7 +1135,7 @@ static void EmitGlobalConstantFP(const ConstantFP *CFP, unsigned AddrSpace,
       raw_svector_ostream OS(TmpBuffer);
       double Val = CFP->getValueAPF().convertToDouble();  // for comment only
       OS << "double " << Val;
-      AP.OutStreamer.addComment(OS.str());
+      AP.OutStreamer.AddComment(OS.str());
     }
 
     uint64_t Val = CFP->getValueAPF().bitcastToAPInt().getZExtValue();