From: Chris Lattner Date: Thu, 22 Jul 2004 08:07:30 +0000 (+0000) Subject: New prototype X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3ede6adf182135f3830871dc4b258be3f46a6b55;p=oota-llvm.git New prototype git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15102 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index d2fc8fe8401..5d2565522c9 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -63,6 +63,12 @@ Pass *createDeadInstEliminationPass(); // Pass *createDeadCodeEliminationPass(); +//===----------------------------------------------------------------------===// +// +// DeadStoreElimination - This pass deletes stores that are post-dominated by +// must-aliased stores and are not loaded used between the stores. +// +Pass *createDeadStoreEliminationPass(); //===----------------------------------------------------------------------===// //