remove the verbose-asm "constant pool double" comments that we were printing
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
index 81583088121caa5e198920c2eab960a66059268d..8d8d65786f1c033ae47dda7a8fa20082d8a0cae8 100644 (file)
@@ -920,14 +920,6 @@ void AsmPrinter::EmitConstantPool() {
 
       const Type *Ty = CPE.getType();
       Offset = NewOffset + TM.getTargetData()->getTypeAllocSize(Ty);
-
-      // Emit the label with a comment on it.
-      if (isVerbose()) {
-        OutStreamer.GetCommentOS() << "constant pool ";
-        WriteTypeSymbolic(OutStreamer.GetCommentOS(), CPE.getType(),
-                          MF->getFunction()->getParent());
-        OutStreamer.GetCommentOS() << '\n';
-      }
       OutStreamer.EmitLabel(GetCPISymbol(CPI));
 
       if (CPE.isMachineConstantPoolEntry())