aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-08-01 06:36:51 +0000
committerOwen Anderson <resistor@mac.com>2007-08-01 06:36:51 +0000
commitf6a05f949f39d94d846dff9bf5093a838c6ebc4b (patch)
tree6eba67040ce35063f11c185edddcbf6522b5399b /include/llvm/Transforms
parenta56c34f90bec3e46ff81d6af54a2d0d309a81c4d (diff)
Rename FastDSE to just DSE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40668 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r--include/llvm/Transforms/Scalar.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index 196a3f487a..94ad376400 100644
--- a/include/llvm/Transforms/Scalar.h
+++ b/include/llvm/Transforms/Scalar.h
@@ -325,13 +325,6 @@ FunctionPass *createGVNPREPass();
//===----------------------------------------------------------------------===//
//
-// FastDeadStoreElimination - This pass deletes stores that are post-dominated by
-// must-aliased stores and are not loaded used between the stores.
-//
-FunctionPass *createFastDeadStoreEliminationPass();
-
-//===----------------------------------------------------------------------===//
-//
// RedundantLoadElimination - This pass deletes loads that are dominated by
// must-aliased loads and are not stored to between the loads.
//