summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LowerAllocations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Transforms/Utils/LowerAllocations.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/LowerAllocations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LowerAllocations.cpp b/llvm/lib/Transforms/Utils/LowerAllocations.cpp
index 8eec021b082..451df70fef7 100644
--- a/llvm/lib/Transforms/Utils/LowerAllocations.cpp
+++ b/llvm/lib/Transforms/Utils/LowerAllocations.cpp
@@ -65,7 +65,7 @@ namespace {
bool runOnBasicBlock(BasicBlock &BB);
};
- RegisterOpt<LowerAllocations>
+ RegisterPass<LowerAllocations>
X("lowerallocs", "Lower allocations from instructions to calls");
}
OpenPOWER on IntegriCloud