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
e51bd960
Commit
e51bd960
authored
Jan 07, 2007
by
Michael Beck
Browse files
BugFix: find_constant_entity() now checks global entities to be constant
Memory disambiguator calls added [r8502]
parent
e059f092
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
ir/opt/ldstopt.c
View file @
e51bd960
This diff is collapsed.
Click to expand it.
ir/opt/ldstopt.h
View file @
e51bd960
...
...
@@ -5,7 +5,7 @@
* Author: Michael Beck
* Created:
* CVS-ID: $Id$
* Copyright: (c) 1998-200
4
Universität Karlsruhe
* Copyright: (c) 1998-200
7
Universität Karlsruhe
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
...
...
@@ -23,7 +23,7 @@
/** Load/Store optimization.
*
* Removes redundan
d
non-volatile Loads and Stores.
* Removes redundan
t
non-volatile Loads and Stores.
* May introduce Bad nodes if exceptional control flow
* is removed. The following cases are optimized:
*
...
...
@@ -31,11 +31,11 @@
* is removed.
*
* Load after Store: A Load after a Store is removed, if
* the Load doesn't have an exception handler
or
is in
* the Load doesn't have an exception handler
OR
is in
* the same block as the Store.
*
* Load after Load: A Load after a Load is removed, if the
* Load doesn't have an exception handler
or
is in the
* Load doesn't have an exception handler
OR
is in the
* same block as the previous Load.
*
* Store before Store: A Store immediately before another
...
...
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