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.
emit-rtl.c (reset_insn_used_flags): New function.
* emit-rtl.c (reset_insn_used_flags): New function. (reset_all_used_flags): Use it. (verify_insn_sharing): New function. (verify_rtl_sharing): Fix verification for SEQUENCEs. From-SVN: r198053
- Loading branch information
Steven Bosscher
committed
Apr 18, 2013
1 parent
4c44559
commit 0e0f87d
Showing
2 changed files
with
45 additions
and
22 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,10 @@ | ||
2013-04-18 Steven Bosscher <[email protected]> | ||
|
||
* emit-rtl.c (reset_insn_used_flags): New function. | ||
(reset_all_used_flags): Use it. | ||
(verify_insn_sharing): New function. | ||
(verify_rtl_sharing): Fix verification for SEQUENCEs. | ||
|
||
2013-04-18 Jakub Jelinek <[email protected]> | ||
|
||
PR tree-optimization/56984 | ||
|
@@ -108,7 +115,7 @@ | |
(pass_rtl_unroll_and_peel_loops): Same. | ||
(pass_rtl_doloop): Same. | ||
|
||
2013-04-16 Greta Yorsh <Greta.Yorsh at arm.com> | ||
2013-04-16 Greta Yorsh <Greta.Yorsh@arm.com> | ||
|
||
* config/arm/arm.c (emit_multi_reg_push): New declaration | ||
for an existing function. | ||
|
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