diff options
Diffstat (limited to 'llvm/lib/Transforms/IPO/OldPoolAllocate.cpp')
-rw-r--r-- | llvm/lib/Transforms/IPO/OldPoolAllocate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp b/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp index c22d53ef917..43fd162d8e6 100644 --- a/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp +++ b/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp @@ -315,8 +315,8 @@ namespace { }; - RegisterPass<PoolAllocate> X("poolalloc", - "Pool allocate disjoint datastructures"); + RegisterOpt<PoolAllocate> X("poolalloc", + "Pool allocate disjoint datastructures"); } // isNotPoolableAlloc - This is a predicate that returns true if the specified |