aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Scalar.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-31 14:35:41 +0000
committerDan Gohman <gohman@apple.com>2009-10-31 14:35:41 +0000
commit9f476e3179713a1e93bbf634855b85a93f8653cd (patch)
tree120a72eddc34c18c426ff8ee18d3648cc3f3f9b0 /include/llvm/Transforms/Scalar.h
parent576fd76a682a1d6a6912d27ca432460dcdf0f738 (diff)
downloadexternal_llvm-9f476e3179713a1e93bbf634855b85a93f8653cd.zip
external_llvm-9f476e3179713a1e93bbf634855b85a93f8653cd.tar.gz
external_llvm-9f476e3179713a1e93bbf634855b85a93f8653cd.tar.bz2
Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new ability
to unfold loop-invariant loads. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Scalar.h')
-rw-r--r--include/llvm/Transforms/Scalar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index e01b5dd..523a8f4 100644
--- a/include/llvm/Transforms/Scalar.h
+++ b/include/llvm/Transforms/Scalar.h
@@ -307,12 +307,6 @@ FunctionPass *createCodeGenPreparePass(const TargetLowering *TLI = 0);
//===----------------------------------------------------------------------===//
//
-// CodeGenLICM - This pass performs late LICM; hoisting constants out of loops.
-//
-Pass *createCodeGenLICMPass();
-
-//===----------------------------------------------------------------------===//
-//
// InstructionNamer - Give any unnamed non-void instructions "tmp" names.
//
FunctionPass *createInstructionNamerPass();