teach MCAsmStreamer::EmitBytes to use .ascii and .asciz
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIE.h
index 323286ded18eba7bb29418cdcc493f390a8a842d..af90289e5f835dda236df5a08871a02aaa219390 100644 (file)
@@ -101,7 +101,7 @@ namespace llvm {
 
     /// Emit - Print the abbreviation using the specified asm printer.
     ///
-    void Emit(const DwarfPrinter *Asm) const;
+    void Emit(const DwarfPrinter *DP) const;
 
 #ifndef NDEBUG
     void print(raw_ostream &O);