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
4963c995
Commit
4963c995
authored
Jan 04, 2000
by
Jeffrey A Law
Committed by
Jeff Law
Jan 04, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* regclass.c: Fix minor whitespace problems.
From-SVN: r31191
parent
fb754025
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/regclass.c
+3
-3
No files found.
gcc/ChangeLog
View file @
4963c995
Tue
Jan
4
00
:
18
:
46
2000
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
regclass
.
c
:
Fix
minor
whitespace
problems
.
2000
-
01
-
03
Anthony
Green
<
green
@cygnus
.
com
>
*
config
/
i386
/
i386
.
md
(
builtin_setjmp_receiver
)
:
New
pattern
.
...
...
gcc/regclass.c
View file @
4963c995
...
...
@@ -974,7 +974,7 @@ scan_one_insn (insn, pass)
return
PREV_INSN
(
newinsn
);
}
record_operand_costs
(
insn
,
op_costs
,
reg_pref
);
record_operand_costs
(
insn
,
op_costs
,
reg_pref
);
/* Now add the cost for each operand to the total costs for
its register. */
...
...
@@ -1126,7 +1126,7 @@ regclass (f, nregs, dump)
if
(
dump
)
{
dump_regclass
(
dump
);
fprintf
(
dump
,
"
\n
"
);
fprintf
(
dump
,
"
\n
"
);
}
for
(
i
=
FIRST_PSEUDO_REGISTER
;
i
<
nregs
;
i
++
)
{
...
...
@@ -1187,7 +1187,7 @@ regclass (f, nregs, dump)
||
reg_pref
[
i
].
altclass
!=
(
int
)
alt
))
{
static
const
char
*
const
reg_class_names
[]
=
REG_CLASS_NAMES
;
fprintf
(
dump
,
" Register %i"
,
i
);
fprintf
(
dump
,
" Register %i"
,
i
);
if
(
alt
==
ALL_REGS
||
best
==
ALL_REGS
)
fprintf
(
dump
,
" pref %s
\n
"
,
reg_class_names
[(
int
)
best
]);
else
if
(
alt
==
NO_REGS
)
...
...
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