diff options
Diffstat (limited to 'include/llvm/Analysis/LoopInfo.h')
-rw-r--r-- | include/llvm/Analysis/LoopInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h index d5721ae6a0..c04dcfa5d1 100644 --- a/include/llvm/Analysis/LoopInfo.h +++ b/include/llvm/Analysis/LoopInfo.h @@ -69,7 +69,6 @@ public: static AnalysisID ID; // LoopInfo Analysis ID // LoopInfo ctor - Calculate the natural loop information for a CFG - LoopInfo(AnalysisID id) { assert(id == ID); } ~LoopInfo() { releaseMemory(); } const char *getPassName() const { return "Natural Loop Analysis"; } |