summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-06 05:46:44 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-06 05:46:44 +0000
commit27595a4aec4112fa84b03ebfb1b4e04cc0c714bd (patch)
tree7715da6c1205707462dd68d6919fff1637baf7d1 /llvm/lib/Transforms
parent56d649f574104cc29a257e840c23749b27ecd97f (diff)
downloadbcm5719-llvm-27595a4aec4112fa84b03ebfb1b4e04cc0c714bd.tar.gz
bcm5719-llvm-27595a4aec4112fa84b03ebfb1b4e04cc0c714bd.zip
Add missing include
llvm-svn: 19305
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp b/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp
index a12f57de9a2..16d3687fb16 100644
--- a/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp
+++ b/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp
@@ -24,6 +24,7 @@
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/CFG.h"
+#include "llvm/Transforms/Instrumentation.h"
using namespace llvm;
namespace llvm {
OpenPOWER on IntegriCloud