Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
874d7c2f
Commit
874d7c2f
authored
Jun 30, 2007
by
Jan Hubicka
Committed by
Jan Hubicka
Jun 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cse.c: Rever accidentally comitted TODO_verify_rtl_sharing change.
From-SVN: r126130
parent
bfa8d90b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/cse.c
+2
-2
No files found.
gcc/ChangeLog
View file @
874d7c2f
2007-06-29 Jan Hubicka <jh@suse.cz>
* cse.c: Rever accidentally comitted TODO_verify_rtl_sharing change.
2007-06-29 Jan Hubicka <jh@suse.cz>
PR middle-end/32372
* cse.c (cse_insn): Avoid invalid sharing in between register note and
the insn pattern.
...
...
gcc/cse.c
View file @
874d7c2f
...
...
@@ -7012,7 +7012,7 @@ struct tree_opt_pass pass_cse =
0
,
/* properties_provided */
0
,
/* properties_destroyed */
0
,
/* todo_flags_start */
TODO_df_finish
|
TODO_verify_rtl_sharing
|
TODO_df_finish
|
TODO_dump_func
|
TODO_ggc_collect
|
TODO_verify_flow
,
/* todo_flags_finish */
...
...
@@ -7070,7 +7070,7 @@ struct tree_opt_pass pass_cse2 =
0
,
/* properties_provided */
0
,
/* properties_destroyed */
0
,
/* todo_flags_start */
TODO_df_finish
|
TODO_verify_rtl_sharing
|
TODO_df_finish
|
TODO_dump_func
|
TODO_ggc_collect
|
TODO_verify_flow
,
/* todo_flags_finish */
...
...
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