commit | 844410b48e763f77686ee665f0b0642967eea5cf | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Fri Jan 07 05:42:13 2005 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Fri Jan 07 05:42:13 2005 +0000 |
tree | a98e6db57498b9fecdcfa90a86434d611f4dd975 | |
parent | e15ae04fb335709afdbb9b188bfd1d7f3f51889c [diff] [blame] |
Add missing include llvm-svn: 19315
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp index e608174..5002087 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
@@ -21,6 +21,7 @@ #include "llvm/Pass.h" #include "llvm/Type.h" #include "llvm/Support/Debug.h" +#include "llvm/Transforms/Instrumentation.h" #include "../ProfilingUtils.h" namespace llvm {