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
184d1bb5
Commit
184d1bb5
authored
Mar 09, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Mar 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-into-ssa.c (ann): Remove ann.
From-SVN: r96185
parent
29b86a49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/ChangeLog
+2
-0
gcc/tree-into-ssa.c
+0
-2
No files found.
gcc/ChangeLog
View file @
184d1bb5
...
...
@@ -24,6 +24,8 @@
* tree-eh.c (tree_could_trap_p): Remove idx.
* tree-into-ssa.c (ann): Remove ann.
2005-03-08 Jeff Law <law@redhat.com>
* tree-cfg.c (cleanup_control_flow): If removal of a computed
...
...
gcc/tree-into-ssa.c
View file @
184d1bb5
...
...
@@ -819,14 +819,12 @@ rewrite_stmt (struct dom_walk_data *walk_data ATTRIBUTE_UNUSED,
basic_block
bb
ATTRIBUTE_UNUSED
,
block_stmt_iterator
si
)
{
stmt_ann_t
ann
;
tree
stmt
;
use_operand_p
use_p
;
def_operand_p
def_p
;
ssa_op_iter
iter
;
stmt
=
bsi_stmt
(
si
);
ann
=
stmt_ann
(
stmt
);
/* If mark_def_sites decided that we don't need to rewrite this
statement, ignore it. */
...
...
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