summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-04-11 09:35:34 +0000
committerJay Foad <jay.foad@gmail.com>2011-04-11 09:35:34 +0000
commit7c14a558fe59ca86925f6a28f1f07c69490efdd8 (patch)
tree8411d2cc85e606622f94b2fd8437c6632b3cd361 /llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
parent29426e87c17c523e220c93ba0b063fa6427c2565 (diff)
downloadbcm5719-llvm-7c14a558fe59ca86925f6a28f1f07c69490efdd8.tar.gz
bcm5719-llvm-7c14a558fe59ca86925f6a28f1f07c69490efdd8.zip
Don't include Operator.h from InstrTypes.h.
llvm-svn: 129271
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp b/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
index ae2f2e2e85b..e52c45955ec 100644
--- a/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
+++ b/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
@@ -14,6 +14,7 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "insert-optimal-edge-profiling"
#include "ProfilingUtils.h"
+#include "llvm/Constants.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/Analysis/Passes.h"
OpenPOWER on IntegriCloud