projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9152a47
)
Constant pools no longer exist
author
Chris Lattner
<sabre@nondot.org>
Fri, 7 Sep 2001 16:29:55 +0000
(16:29 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar/DCE.h
b/include/llvm/Transforms/Scalar/DCE.h
index a7497bc502f8b6c5629880292ca1a1bf70ec8d19..7ddef5e91292a2217f5819bfda2287a1f1d0c165 100644
(file)
--- 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