fix include guard.
authorChris Lattner <sabre@nondot.org>
Fri, 17 Jul 2009 20:32:07 +0000 (20:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Jul 2009 20:32:07 +0000 (20:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76228 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfException.h

index f1c3e56423595b06000434fbb4c3774ae2d065f1..305dee6603ecc5aab57f1268780da90862b43514 100644 (file)
@@ -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"