diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-05-15 09:23:25 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-05-15 09:23:25 +0000 |
commit | 2f921f82e4887fc5332a8f27b751eb265b546e8c (patch) | |
tree | b20d3325aba17f45480a4caad722d8030c7984ca /llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h | |
parent | 0e4b4929fc356bec7a757d9550820cfe86aebca7 (diff) | |
download | bcm5719-llvm-2f921f82e4887fc5332a8f27b751eb265b546e8c.tar.gz bcm5719-llvm-2f921f82e4887fc5332a8f27b751eb265b546e8c.zip |
Split out the DwarfDebug module from the DwarfWriter module.
Again, no intendtional functionality change.
llvm-svn: 71854
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h index 1ca72f4e634..6e75992cb07 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfPrinter.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef DWARFPRINTER_H__ -#define DWARFPRINTER_H__ +#ifndef CODEGEN_ASMPRINTER_DWARFPRINTER_H__ +#define CODEGEN_ASMPRINTER_DWARFPRINTER_H__ #include "DwarfLabel.h" #include "llvm/CodeGen/MachineLocation.h" |