forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re PR debug/54551 (DF resets some DEBUG_INSNs unnecessarily)
PR debug/54551 PR debug/54693 * valtrack.c (dead_debug_global_find): Accept NULL dtemp. (dead_debug_global_insert): Return new entry. (dead_debug_global_replace_temp): Return early if REG is no longer in place, or if dtemp was already substituted. (dead_debug_promote_uses): Insert for all defs and replace all debug uses at once. (dead_debug_local_finish): Release used after promotion. (dead_debug_insert_temp): Stop if dtemp is NULL. From-SVN: r192959
- Loading branch information
Alexandre Oliva
authored and
Alexandre Oliva
committed
Oct 29, 2012
1 parent
8efb4b3
commit 0e45ec2
Showing
2 changed files
with
65 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2012-10-29 Alexandre Oliva <[email protected]> | ||
|
||
PR debug/54551 | ||
PR debug/54693 | ||
* valtrack.c (dead_debug_global_find): Accept NULL dtemp. | ||
(dead_debug_global_insert): Return new entry. | ||
(dead_debug_global_replace_temp): Return early if REG is no | ||
longer in place, or if dtemp was already substituted. | ||
(dead_debug_promote_uses): Insert for all defs and replace all | ||
debug uses at once. | ||
(dead_debug_local_finish): Release used after promotion. | ||
(dead_debug_insert_temp): Stop if dtemp is NULL. | ||
|
||
2012-10-29 Alexandre Oliva <[email protected]> | ||
|
||
PR debug/54693 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters