summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfLabel.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-05-15 09:23:25 +0000
committerBill Wendling <isanbard@gmail.com>2009-05-15 09:23:25 +0000
commit2f921f82e4887fc5332a8f27b751eb265b546e8c (patch)
treeb20d3325aba17f45480a4caad722d8030c7984ca /llvm/lib/CodeGen/AsmPrinter/DwarfLabel.h
parent0e4b4929fc356bec7a757d9550820cfe86aebca7 (diff)
downloadbcm5719-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/DwarfLabel.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfLabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfLabel.h b/llvm/lib/CodeGen/AsmPrinter/DwarfLabel.h
index ee093d9bbfa..b49390334bd 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfLabel.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfLabel.h
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef DWARFLABEL_H__
-#define DWARFLABEL_H__
+#ifndef CODEGEN_ASMPRINTER_DWARFLABEL_H__
+#define CODEGEN_ASMPRINTER_DWARFLABEL_H__
#include "llvm/Support/Compiler.h"
#include <iosfwd>
OpenPOWER on IntegriCloud