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
@@ -11,7 +11,7 @@
using std::make_pair;
static RegisterAnalysis<IntervalPartition>
X("intervals", "Interval Partition Construction");
X("intervals", "Interval Partition Construction", true);
AnalysisID IntervalPartition::ID = X;