summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
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
commit30becbda10d5c6f63348571e317c6420e1ca1d5b (patch)
tree14feac59e39a1db9f24c04fc013d7b526e443415 /lib/Transforms/Instrumentation
parent835ca25de62beba45ea906a7b67c85fdc6237ccf (diff)
downloadllvm-30becbda10d5c6f63348571e317c6420e1ca1d5b.tar.gz
llvm-30becbda10d5c6f63348571e317c6420e1ca1d5b.tar.bz2
llvm-30becbda10d5c6f63348571e317c6420e1ca1d5b.tar.xz
Add missing include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19315 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation')
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
index e608174a17..500208756a 100644
--- a/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
+++ b/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 {