diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-03-02 09:02:28 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-03-02 09:02:28 +0000 |
commit | bd21c83d6478646b8f494e38699c323e07897369 (patch) | |
tree | eef991af44bbe6fe4aadf041f55fa89422bfece0 /include/llvm/CompilerDriver/Error.h | |
parent | 41f36f456bed1ed76f35969baec0888b49eab5ae (diff) | |
download | external_llvm-bd21c83d6478646b8f494e38699c323e07897369.zip external_llvm-bd21c83d6478646b8f494e38699c323e07897369.tar.gz external_llvm-bd21c83d6478646b8f494e38699c323e07897369.tar.bz2 |
Cosmetic fixes: include guards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CompilerDriver/Error.h')
-rw-r--r-- | include/llvm/CompilerDriver/Error.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CompilerDriver/Error.h b/include/llvm/CompilerDriver/Error.h index 29c4add..fa678cf 100644 --- a/include/llvm/CompilerDriver/Error.h +++ b/include/llvm/CompilerDriver/Error.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_TOOLS_LLVMC2_ERROR_H -#define LLVM_TOOLS_LLVMC2_ERROR_H +#ifndef LLVM_INCLUDE_COMPILER_DRIVER_ERROR_H +#define LLVM_INCLUDE_COMPILER_DRIVER_ERROR_H #include <stdexcept> @@ -32,4 +32,4 @@ namespace llvmc { } -#endif //LLVM_TOOLS_LLVMC2_ERROR_H +#endif // LLVM_INCLUDE_COMPILER_DRIVER_ERROR_H |