aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DIE.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-23 00:15:00 +0000
committerChris Lattner <sabre@nondot.org>2010-01-23 00:15:00 +0000
commit12e555c36ce11c39ce15cd0b27bf7b02a068beb2 (patch)
tree5ace870a46c820714ceb3f895b5a955c3e67a0a0 /lib/CodeGen/AsmPrinter/DIE.h
parent06203127a7815df8aa63849995536fa467aeba93 (diff)
downloadexternal_llvm-12e555c36ce11c39ce15cd0b27bf7b02a068beb2.zip
external_llvm-12e555c36ce11c39ce15cd0b27bf7b02a068beb2.tar.gz
external_llvm-12e555c36ce11c39ce15cd0b27bf7b02a068beb2.tar.bz2
teach MCAsmStreamer::EmitBytes to use .ascii and .asciz
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94259 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index 323286d..af90289 100644
--- a/lib/CodeGen/AsmPrinter/DIE.h
+++ b/lib/CodeGen/AsmPrinter/DIE.h
@@ -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);