diff options
author | Dan Gohman <gohman@apple.com> | 2009-11-11 19:56:05 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-11-11 19:56:05 +0000 |
commit | 7cc253e3b85b27540bbc91b8331e06e7a65fbc4c (patch) | |
tree | 102b83ee5640b432236bd43957c0e9eabd180ed9 /lib/CodeGen | |
parent | 3380cc530702a0df90e6e287069bd65c28085337 (diff) |
Revert this line of 86871.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/BranchFolding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/BranchFolding.cpp b/lib/CodeGen/BranchFolding.cpp index 3fa8c95b82..58e04cff58 100644 --- a/lib/CodeGen/BranchFolding.cpp +++ b/lib/CodeGen/BranchFolding.cpp @@ -58,7 +58,7 @@ TailMergeSize("tail-merge-size", char BranchFolderPass::ID = 0; -Pass *llvm::createBranchFoldingPass(bool DefaultEnableTailMerge) { +FunctionPass *llvm::createBranchFoldingPass(bool DefaultEnableTailMerge) { return new BranchFolderPass(DefaultEnableTailMerge); } |