summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-07 05:42:13 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-07 05:42:13 +0000
commit844410b48e763f77686ee665f0b0642967eea5cf (patch)
treea98e6db57498b9fecdcfa90a86434d611f4dd975 /llvm/lib
parente15ae04fb335709afdbb9b188bfd1d7f3f51889c (diff)
downloadbcm5719-llvm-844410b48e763f77686ee665f0b0642967eea5cf.tar.gz
bcm5719-llvm-844410b48e763f77686ee665f0b0642967eea5cf.zip
Add missing include
llvm-svn: 19315
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
index e608174a171..500208756ae 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 {
OpenPOWER on IntegriCloud