From: Chris Lattner Date: Fri, 7 Sep 2001 16:29:55 +0000 (+0000) Subject: Constant pools no longer exist X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e05281537f682c6721440ac422037245603516b0;p=oota-llvm.git Constant pools no longer exist git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@438 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Scalar/DCE.h b/include/llvm/Transforms/Scalar/DCE.h index a7497bc502f..7ddef5e9129 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