diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-17 20:32:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-17 20:32:07 +0000 |
commit | 7a7cd9294d7c0778cc3c4132fa3eeb2c2f99a7ee (patch) | |
tree | 8396b1810f22e5160b1e2d5706c99467bfc29beb /llvm/lib/CodeGen/AsmPrinter/DwarfException.h | |
parent | f08b003bf0c56389dc9b762ff920ca3e5fa51d04 (diff) | |
download | bcm5719-llvm-7a7cd9294d7c0778cc3c4132fa3eeb2c2f99a7ee.tar.gz bcm5719-llvm-7a7cd9294d7c0778cc3c4132fa3eeb2c2f99a7ee.zip |
fix include guard.
llvm-svn: 76228
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfException.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h index f1c3e564235..305dee6603e 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CODEGEN_ASMPRINTER_DWARFEXCEPTION_H__ -#define CODEGEN_ASMPRINTER_DWARFEXCEPTION_H__ +#ifndef LLVM_CODEGEN_ASMPRINTER_DWARFEXCEPTION_H +#define LLVM_CODEGEN_ASMPRINTER_DWARFEXCEPTION_H #include "DIE.h" #include "DwarfPrinter.h" |