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
e2b8bd6c
Commit
e2b8bd6c
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-ssa-loop-im.c (lhs): Remove.
From-SVN: r96189
parent
a92b9bdf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/ChangeLog
+2
-0
gcc/tree-ssa-loop-im.c
+1
-2
No files found.
gcc/ChangeLog
View file @
e2b8bd6c
...
...
@@ -32,6 +32,8 @@
* tree-ssa-alias.c (may_alias_p): Remove v_ann.
* tree-ssa-loop-im.c (lhs): Remove.
2005-03-08 Jeff Law <law@redhat.com>
* tree-cfg.c (cleanup_control_flow): If removal of a computed
...
...
gcc/tree-ssa-loop-im.c
View file @
e2b8bd6c
...
...
@@ -398,14 +398,13 @@ add_dependency (tree def, struct lim_aux_data *data, struct loop *loop,
static
unsigned
stmt_cost
(
tree
stmt
)
{
tree
lhs
,
rhs
;
tree
rhs
;
unsigned
cost
=
1
;
/* Always try to create possibilities for unswitching. */
if
(
TREE_CODE
(
stmt
)
==
COND_EXPR
)
return
LIM_EXPENSIVE
;
lhs
=
TREE_OPERAND
(
stmt
,
0
);
rhs
=
TREE_OPERAND
(
stmt
,
1
);
/* Hoisting memory references out should almost surely be a win. */
...
...
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