From e05281537f682c6721440ac422037245603516b0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Sep 2001 16:29:55 +0000 Subject: [PATCH] Constant pools no longer exist git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@438 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Scalar/DCE.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1