Always use the string pool, even when it makes the .o larger. This may help
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIE.cpp
index fad3d0dc3d07bd0d90823efbacb04c5abf8f3779..a2dc873b69e804d2c62eb595cfdd13c6a6b4f9e3 100644 (file)
@@ -235,24 +235,6 @@ void DIEInteger::print(raw_ostream &O) {
 }
 #endif
 
-//===----------------------------------------------------------------------===//
-// DIEString Implementation
-//===----------------------------------------------------------------------===//
-
-/// EmitValue - Emit string value.
-///
-void DIEString::EmitValue(AsmPrinter *AP, unsigned Form) const {
-  AP->OutStreamer.EmitBytes(Str, /*addrspace*/0);
-  // Emit nul terminator.
-  AP->OutStreamer.EmitIntValue(0, 1, /*addrspace*/0);
-}
-
-#ifndef NDEBUG
-void DIEString::print(raw_ostream &O) {
-  O << "Str: \"" << Str << "\"";
-}
-#endif
-
 //===----------------------------------------------------------------------===//
 // DIELabel Implementation
 //===----------------------------------------------------------------------===//