summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.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
commit0310d768a1e267935729fdeee0d677ebf7095cb3 (patch)
tree19d839ff2d8c785021cfa8689cd5ebd4c5861d40 /lib/CodeGen/AsmPrinter/DIE.h
parentca37b511fa1e542c936402c0023455fd9a444e76 (diff)
downloadllvm-0310d768a1e267935729fdeee0d677ebf7095cb3.tar.gz
llvm-0310d768a1e267935729fdeee0d677ebf7095cb3.tar.bz2
llvm-0310d768a1e267935729fdeee0d677ebf7095cb3.tar.xz
Split out the DwarfDebug module from the DwarfWriter module.
Again, no intendtional functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index 8c0a826bed..b14d91ca8b 100644
--- a/lib/CodeGen/AsmPrinter/DIE.h
+++ b/lib/CodeGen/AsmPrinter/DIE.h
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef DIE_H__
-#define DIE_H__
+#ifndef CODEGEN_ASMPRINTER_DIE_H__
+#define CODEGEN_ASMPRINTER_DIE_H__
#include "DwarfLabel.h"
#include "llvm/ADT/FoldingSet.h"