diff options
Diffstat (limited to 'lib/Transforms/Utils/LowerAllocations.cpp')
-rw-r--r-- | lib/Transforms/Utils/LowerAllocations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LowerAllocations.cpp b/lib/Transforms/Utils/LowerAllocations.cpp index 486061fdf7..7e0960dbf7 100644 --- a/lib/Transforms/Utils/LowerAllocations.cpp +++ b/lib/Transforms/Utils/LowerAllocations.cpp @@ -52,7 +52,7 @@ Pass *createLowerAllocationsPass(const TargetData &TD) { return new LowerAllocations(TD); } -static RegisterPass<LowerAllocations> +static RegisterOpt<LowerAllocations> X("lowerallocs", "Lower allocations from instructions to calls (TD)", createLowerAllocationsPass); |