diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-01 22:15:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-01 22:15:03 +0000 |
commit | 8abcd56c74f063c30dca253b6c2a8abb30328832 (patch) | |
tree | f33a96e45a6567cee0a196b614b138964d13ba38 /llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | |
parent | f0c6964470fb44ff2987dfb50bf1298025371562 (diff) | |
download | bcm5719-llvm-8abcd56c74f063c30dca253b6c2a8abb30328832.tar.gz bcm5719-llvm-8abcd56c74f063c30dca253b6c2a8abb30328832.zip |
DEBUG got moved to Support/Debug.h
llvm-svn: 7492
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp index e910616d290..b9423519585 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp @@ -10,7 +10,7 @@ #include "llvm/Pass.h" #include "llvm/Module.h" #include "llvm/iTerminators.h" -#include "Support/Statistic.h" +#include "Support/Debug.h" #include <algorithm> #include "Graph.h" |