diff options
Diffstat (limited to 'llvm/lib/Transforms/IPO/OldPoolAllocate.cpp')
| -rw-r--r-- | llvm/lib/Transforms/IPO/OldPoolAllocate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp b/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp index 43fd162d8e6..67ba0f12f1e 100644 --- a/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp +++ b/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp @@ -246,7 +246,7 @@ namespace { // to be able to see what is pool allocatable. // virtual void getAnalysisUsage(AnalysisUsage &AU) const { - AU.addRequired(DataStructure::ID); + AU.addRequired<DataStructure>(); } public: |

