Constant pools no longer exist

llvm-svn: 438
This commit is contained in:
Chris Lattner 2001-09-07 16:29:55 +00:00
parent d996b2d857
commit a559795e9a
1 changed files with 0 additions and 1 deletions

View 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