Declare that these passes only depend on the CFG of the function

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3157 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-07-30 16:27:52 +00:00
parent 6b5fe1962b
commit 17689dfe24
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include <algorithm>
static RegisterAnalysis<LoopInfo>
X("loops", "Natural Loop Construction");
X("loops", "Natural Loop Construction", true);
AnalysisID LoopInfo::ID = X;
//===----------------------------------------------------------------------===//