summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Analysis/LoopDepth.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/LoopDepth.h b/llvm/include/llvm/Analysis/LoopDepth.h
index 861a384b94c..2c5519855cd 100644
--- a/llvm/include/llvm/Analysis/LoopDepth.h
+++ b/llvm/include/llvm/Analysis/LoopDepth.h
@@ -19,7 +19,6 @@ public:
static AnalysisID ID; // cfg::LoopDepth Analysis ID
LoopDepthCalculator(AnalysisID id) { assert(id == ID); }
- LoopDepthCalculator(Method *M);
// This is a pass...
bool runOnMethod(Method *M);
OpenPOWER on IntegriCloud