diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-09-22 20:50:40 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-09-22 20:50:40 +0000 |
commit | 4a1a77c1c9e0992735aa66b75c9e4c75c3b70561 (patch) | |
tree | e2b08ff91496f34d8c324f1fb1c498547c8a9749 /tools/llvmc2/CompilationGraph.cpp | |
parent | c82ce4a8a7d2e09cc2b510a6759e169e28dd136a (diff) |
Move llvmc2 header files under include/llvm/CompilerDriver
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc2/CompilationGraph.cpp')
-rw-r--r-- | tools/llvmc2/CompilationGraph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc2/CompilationGraph.cpp b/tools/llvmc2/CompilationGraph.cpp index 0195395704..2e83f44f67 100644 --- a/tools/llvmc2/CompilationGraph.cpp +++ b/tools/llvmc2/CompilationGraph.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// #include "Error.h" -#include "CompilationGraph.h" +#include "llvm/CompilerDriver/CompilationGraph.h" #include "llvm/ADT/STLExtras.h" #include "llvm/Support/CommandLine.h" |