projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d129d73
)
fix include guard.
author
Chris Lattner
<sabre@nondot.org>
Fri, 17 Jul 2009 20:32:07 +0000
(20:32 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfException.h
b/lib/CodeGen/AsmPrinter/DwarfException.h
index f1c3e56423595b06000434fbb4c3774ae2d065f1..305dee6603ecc5aab57f1268780da90862b43514 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfException.h
+++ b/
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"