diff options
| author | Jay Foad <jay.foad@gmail.com> | 2011-04-11 09:35:34 +0000 | 
|---|---|---|
| committer | Jay Foad <jay.foad@gmail.com> | 2011-04-11 09:35:34 +0000 | 
| commit | 7c14a558fe59ca86925f6a28f1f07c69490efdd8 (patch) | |
| tree | 8411d2cc85e606622f94b2fd8437c6632b3cd361 /llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp | |
| parent | 29426e87c17c523e220c93ba0b063fa6427c2565 (diff) | |
| download | llvm-7c14a558fe59ca86925f6a28f1f07c69490efdd8.zip llvm-7c14a558fe59ca86925f6a28f1f07c69490efdd8.tar.gz llvm-7c14a558fe59ca86925f6a28f1f07c69490efdd8.tar.bz2  | |
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.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp b/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp index ae2f2e2..e52c459 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"  | 
