diff options
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp b/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp index a6de60d..8eec987 100644 --- a/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp @@ -36,7 +36,7 @@ namespace {      bool runOnModule(Module &M);    public:      static char ID; // Pass identification, replacement for typeid -    OptimalEdgeProfiler() : ModulePass(&ID) {} +    OptimalEdgeProfiler() : ModulePass(ID) {}      void getAnalysisUsage(AnalysisUsage &AU) const {        AU.addRequiredID(ProfileEstimatorPassID);  | 
