diff options
-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 |