diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-07 16:29:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-07 16:29:55 +0000 |
commit | e05281537f682c6721440ac422037245603516b0 (patch) | |
tree | e5fdbdee680c9b910bd06a46624260b3ede77a4c | |
parent | 9152a47906a987264e0c377b116468b33db1d518 (diff) |
Constant pools no longer exist
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@438 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Transforms/Scalar/DCE.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Scalar/DCE.h b/include/llvm/Transforms/Scalar/DCE.h index a7497bc502..7ddef5e912 100644 --- a/include/llvm/Transforms/Scalar/DCE.h +++ b/include/llvm/Transforms/Scalar/DCE.h @@ -14,7 +14,6 @@ namespace opt { bool DoDeadCodeElimination(Method *M); // DCE a method -bool DoRemoveUnusedConstants(SymTabValue *S); // RUC a method or module bool DoDeadCodeElimination(Module *C); // DCE & RUC a whole module |