Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
25887e20
Commit
25887e20
authored
Jan 26, 2014
by
Christoph Mallon
Browse files
Remove remnant of name SymConst.
parent
6b2d3559
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/libfirm/cgana.h
View file @
25887e20
...
...
@@ -48,7 +48,6 @@
* and Craig Chambers.
*
* Performs some optimizations possible by the analysed information:
* - Replace SymConst-name nodes by SymConst-entity nodes if possible.
* - Replace (Sel-method(Alloc)) by SymConst-entity.
* - Replaces Sel-method by SymConst-entity if the method is never overwritten.
*/
...
...
ir/ana/cgana.c
View file @
25887e20
...
...
@@ -148,7 +148,6 @@ static ir_entity **get_impl_methods(ir_entity *method)
* calls.
*
* @param node The node to analyze
* @param env A map that maps names of entities to the entities.
*/
static
void
sel_methods_walker
(
ir_node
*
node
,
void
*
env
)
{
...
...
@@ -188,8 +187,6 @@ static void sel_methods_walker(ir_node *node, void *env)
*
* Further replaces Sel nodes where this set contains exactly one
* method by SymConst nodes.
* Finally asserts if there is a SymConst(name) if there could be a
* SymConst(ent).
*/
static
void
sel_methods_init
(
void
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment