commit | 8abcd56c74f063c30dca253b6c2a8abb30328832 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Aug 01 22:15:03 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Aug 01 22:15:03 2003 +0000 |
tree | f33a96e45a6567cee0a196b614b138964d13ba38 | |
parent | f0c6964470fb44ff2987dfb50bf1298025371562 [diff] [blame] |
DEBUG got moved to Support/Debug.h llvm-svn: 7492
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp index 50497fd..4f46e5b 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
@@ -7,7 +7,7 @@ #include "Graph.h" #include "llvm/iTerminators.h" -#include "Support/Statistic.h" +#include "Support/Debug.h" #include <algorithm> using std::map;