diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-29 21:03:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-29 21:03:38 +0000 |
commit | d472e47b6cb59a7cc214cc50db222eb86ddcf748 (patch) | |
tree | 122290eeb2d5d60026f98df524d85875096cd322 /include/llvm/Analysis/IntervalPartition.h | |
parent | eb702350f7ac9c8910755fba44a98bc9a09beb4f (diff) |
* Eliminate the Provided set. All Passes now finally just automatically
provide themselves.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/IntervalPartition.h')
-rw-r--r-- | include/llvm/Analysis/IntervalPartition.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Analysis/IntervalPartition.h b/include/llvm/Analysis/IntervalPartition.h index 4fd388e7c8..a295ce1034 100644 --- a/include/llvm/Analysis/IntervalPartition.h +++ b/include/llvm/Analysis/IntervalPartition.h @@ -73,7 +73,6 @@ public: // getAnalysisUsage - Implement the Pass API virtual void getAnalysisUsage(AnalysisUsage &AU) const { AU.setPreservesAll(); - AU.addProvided(ID); } private: |