Constant pools no longer exist
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 16:29:55 +0000 (16:29 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 16:29:55 +0000 (16:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@438 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar/DCE.h

index a7497bc502f8b6c5629880292ca1a1bf70ec8d19..7ddef5e91292a2217f5819bfda2287a1f1d0c165 100644 (file)
@@ -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