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
0132823e
Commit
0132823e
authored
Dec 28, 2001
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix whitespace in and around comment.
From-SVN: r48346
parent
bf952485
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/ssa.c
+3
-3
No files found.
gcc/ssa.c
View file @
0132823e
...
...
@@ -1061,12 +1061,12 @@ rename_block (bb, idom)
else
{
/* When we created the PHI nodes, we did not know what mode
the register should be. Now that we've found an original,
we can fill that in. */
the register should be. Now that we've found an original,
we can fill that in. */
if
(
GET_MODE
(
SET_DEST
(
phi
))
==
VOIDmode
)
PUT_MODE
(
SET_DEST
(
phi
),
GET_MODE
(
reg
));
else
if
(
GET_MODE
(
SET_DEST
(
phi
))
!=
GET_MODE
(
reg
))
abort
();
abort
();
*
phi_alternative
(
phi
,
bb
)
=
reg
;
}
...
...
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