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
9264db16
Commit
9264db16
authored
20 years ago
by
Diego Novillo
Committed by
Diego Novillo
20 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-copy.c (cprop_into_successor_phis): Fix typo.
From-SVN: r83177
parent
de5c90ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/tree-ssa-copy.c
+1
-1
No files found.
gcc/ChangeLog
View file @
9264db16
2004-06-15 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-copy.c (cprop_into_successor_phis): Fix typo.
2004-06-15 Paolo Bonzini <bonzini@gnu.org>
* fold-const.c (operand_equal_p): Update comment.
...
...
This diff is collapsed.
Click to expand it.
gcc/tree-ssa-copy.c
View file @
9264db16
...
...
@@ -350,7 +350,7 @@ cprop_into_successor_phis (basic_block bb,
/* If the alternative is known to have a nonzero value, record
that fact in the PHI node itself for future use. */
if
(
bitmap_bit_p
(
nonzero_vars
,
SSA_NAME_VERSION
(
*
orig_p
)))
PHI_ARG_NONZERO
(
phi
,
i
)
=
true
;
PHI_ARG_NONZERO
(
phi
,
hint
)
=
true
;
/* If we have *ORIG_P in our constant/copy table, then replace
ORIG_P with its value in our constant/copy table. */
...
...
This diff is collapsed.
Click to expand 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