aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CompilerDriver/CompilationGraph.h
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-03-02 09:02:28 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-03-02 09:02:28 +0000
commitbd21c83d6478646b8f494e38699c323e07897369 (patch)
treeeef991af44bbe6fe4aadf041f55fa89422bfece0 /include/llvm/CompilerDriver/CompilationGraph.h
parent41f36f456bed1ed76f35969baec0888b49eab5ae (diff)
downloadexternal_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/CompilationGraph.h')
-rw-r--r--include/llvm/CompilerDriver/CompilationGraph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CompilerDriver/CompilationGraph.h b/include/llvm/CompilerDriver/CompilationGraph.h
index 090ff5f..b03f144 100644
--- a/include/llvm/CompilerDriver/CompilationGraph.h
+++ b/include/llvm/CompilerDriver/CompilationGraph.h
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_TOOLS_LLVMC2_COMPILATION_GRAPH_H
-#define LLVM_TOOLS_LLVMC2_COMPILATION_GRAPH_H
+#ifndef LLVM_INCLUDE_COMPILER_DRIVER_COMPILATION_GRAPH_H
+#define LLVM_INCLUDE_COMPILER_DRIVER_COMPILATION_GRAPH_H
#include "llvm/CompilerDriver/Tool.h"
@@ -319,4 +319,4 @@ namespace llvm {
}
-#endif // LLVM_TOOLS_LLVMC2_COMPILATION_GRAPH_H
+#endif // LLVM_INCLUDE_COMPILER_DRIVER_COMPILATION_GRAPH_H