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
f0852ed0
Commit
f0852ed0
authored
Jan 25, 2006
by
Peter Bergner
Committed by
Peter Bergner
Jan 25, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
global.c: Fix comment typos.
* global.c: Fix comment typos. From-SVN: r110227
parent
810306f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
gcc/ChangeLog
+4
-0
gcc/global.c
+7
-7
No files found.
gcc/ChangeLog
View file @
f0852ed0
2006-01-25 Peter Bergner <bergner@vnet.ibm.com>
* global.c: Fix comment typos.
2006-01-25 Andrew Pinski <pinskia@physics.uc.edu>
PR target/25758
...
...
gcc/global.c
View file @
f0852ed0
...
...
@@ -171,7 +171,7 @@ static int *reg_may_share;
static
INT_TYPE
*
conflicts
;
/* Number of ints require to hold max_allocno bits.
/* Number of ints require
d
to hold max_allocno bits.
This is the length of a row in `conflicts'. */
static
int
allocno_row_words
;
...
...
@@ -616,7 +616,7 @@ global_alloc (FILE *file)
free
(
allocno_order
);
}
/* Do the reloads now while the allocno data still exist, so that we can
/* Do the reloads now while the allocno data still exist
s
, so that we can
try to assign new hard regs to any pseudo regs that are spilled. */
#if 0 /* We need to eliminate regs even if there is no rtl code,
...
...
@@ -721,7 +721,7 @@ global_conflicts (void)
/* Record that each allocno now live conflicts with each hard reg
now live.
It is not necessary to mark any conflicts between pseudos a
s
It is not necessary to mark any conflicts between pseudos a
t
this point, even for pseudos which are live at the start of
the basic block.
...
...
@@ -746,9 +746,9 @@ global_conflicts (void)
/* Pseudos can't go in stack regs at the start of a basic block that
is reached by an abnormal edge. Likewise for call clobbered regs,
because
because caller-save, fixup_abnormal_edges, and possibly
the table driven EH machinery are not quite ready to handle such
regs live
across such edges. */
because
caller-save, fixup_abnormal_edges and possibly the table
driven EH machinery are not quite ready to handle such regs live
across such edges. */
{
edge
e
;
edge_iterator
ei
;
...
...
@@ -1514,7 +1514,7 @@ mark_reg_store (rtx reg, rtx setter, void *data ATTRIBUTE_UNUSED)
}
}
/* Like mark_reg_s
et
except notice just CLOBBERs; ignore SETs. */
/* Like mark_reg_s
tore
except notice just CLOBBERs; ignore SETs. */
static
void
mark_reg_clobber
(
rtx
reg
,
rtx
setter
,
void
*
data
)
...
...
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