aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/BranchFolding.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-11 19:56:05 +0000
committerDan Gohman <gohman@apple.com>2009-11-11 19:56:05 +0000
commit71782d59c78136b1fa345bc2d265205e34d429cd (patch)
treef0cf89aab669a39fc646b91530132469eddfffd7 /llvm/lib/CodeGen/BranchFolding.cpp
parentd41f119dac494079a03a8998446da9545956d37d (diff)
downloadllvm-71782d59c78136b1fa345bc2d265205e34d429cd.zip
llvm-71782d59c78136b1fa345bc2d265205e34d429cd.tar.gz
llvm-71782d59c78136b1fa345bc2d265205e34d429cd.tar.bz2
Revert this line of 86871.
llvm-svn: 86875
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.cpp')
-rw-r--r--llvm/lib/CodeGen/BranchFolding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/BranchFolding.cpp b/llvm/lib/CodeGen/BranchFolding.cpp
index 3fa8c95..58e04cf 100644
--- a/llvm/lib/CodeGen/BranchFolding.cpp
+++ b/llvm/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);
}