diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-29 17:10:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-29 17:10:38 +0000 |
commit | ef52a2fb2ace36c92f88c6e125bd7defa17dafa5 (patch) | |
tree | 5742e8c46ddeb3027880c6a8dbc7330ab6dc2a07 /CodeGen/CodeGenFunction.h | |
parent | 7e669b25144c7cfae0e51d4098016d6982504dbd (diff) |
make include guards more unique.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47754 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenFunction.h')
-rw-r--r-- | CodeGen/CodeGenFunction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CodeGen/CodeGenFunction.h b/CodeGen/CodeGenFunction.h index b136c2b061..509e8296d2 100644 --- a/CodeGen/CodeGenFunction.h +++ b/CodeGen/CodeGenFunction.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CODEGEN_CODEGENFUNCTION_H -#define CODEGEN_CODEGENFUNCTION_H +#ifndef CLANG_CODEGEN_CODEGENFUNCTION_H +#define CLANG_CODEGEN_CODEGENFUNCTION_H #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallVector.h" |