diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-26 19:19:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-26 19:19:31 +0000 |
commit | 00444d0630b8baaedd47bff5981a24197a04a44c (patch) | |
tree | f9b5128cde58d507807bc87f68c18642c996ba5d /include/llvm/Analysis/LoopInfo.h | |
parent | aabff771653cb70b9b53d9beee027d680c5e29fd (diff) |
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3107 91177308-0d34-0410-b5e6-96231b3b80d8
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"; } |