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
ffb5e2e2
Commit
ffb5e2e2
authored
Oct 16, 2001
by
Alan Modra
Committed by
Alan Modra
Oct 16, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* recog.c: Formatting and comment typo fixes.
From-SVN: r46276
parent
0936a455
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ChangeLog
+2
-0
gcc/recog.c
+4
-4
No files found.
gcc/ChangeLog
View file @
ffb5e2e2
2001
-
10
-
16
Alan
Modra
<
amodra
@bigpond
.
net
.
au
>
2001
-
10
-
16
Alan
Modra
<
amodra
@bigpond
.
net
.
au
>
*
recog
.
c
:
Formatting
and
comment
typo
fixes
.
*
configure
.
in
(
gcc_cv_as_bfd_srcdir
)
:
New
.
Use
it
to
find
gas
*
configure
.
in
(
gcc_cv_as_bfd_srcdir
)
:
New
.
Use
it
to
find
gas
version
in
single
tree
build
.
version
in
single
tree
build
.
*
configure
:
Regenerate
.
*
configure
:
Regenerate
.
...
...
gcc/recog.c
View file @
ffb5e2e2
...
@@ -468,7 +468,7 @@ validate_replace_rtx_1 (loc, from, to, object)
...
@@ -468,7 +468,7 @@ validate_replace_rtx_1 (loc, from, to, object)
return
;
return
;
}
}
/* Call ourse
ves recursiv
ly to perform the replacements. */
/* Call ourse
lf recursive
ly to perform the replacements. */
for
(
i
=
GET_RTX_LENGTH
(
code
)
-
1
;
i
>=
0
;
i
--
)
for
(
i
=
GET_RTX_LENGTH
(
code
)
-
1
;
i
>=
0
;
i
--
)
{
{
...
@@ -479,7 +479,7 @@ validate_replace_rtx_1 (loc, from, to, object)
...
@@ -479,7 +479,7 @@ validate_replace_rtx_1 (loc, from, to, object)
validate_replace_rtx_1
(
&
XVECEXP
(
x
,
i
,
j
),
from
,
to
,
object
);
validate_replace_rtx_1
(
&
XVECEXP
(
x
,
i
,
j
),
from
,
to
,
object
);
}
}
/* I
n case we didn't substituted, there is nothing
to do. */
/* I
f we didn't substitute, there is nothing more
to do. */
if
(
num_changes
==
prev_changes
)
if
(
num_changes
==
prev_changes
)
return
;
return
;
...
@@ -542,7 +542,7 @@ validate_replace_rtx_1 (loc, from, to, object)
...
@@ -542,7 +542,7 @@ validate_replace_rtx_1 (loc, from, to, object)
new
=
simplify_subreg
(
GET_MODE
(
x
),
SUBREG_REG
(
x
),
op0_mode
,
new
=
simplify_subreg
(
GET_MODE
(
x
),
SUBREG_REG
(
x
),
op0_mode
,
SUBREG_BYTE
(
x
));
SUBREG_BYTE
(
x
));
/* Subregs of VOIDmode operands are incorect. */
/* Subregs of VOIDmode operands are incor
r
ect. */
if
(
!
new
&&
GET_MODE
(
SUBREG_REG
(
x
))
==
VOIDmode
)
if
(
!
new
&&
GET_MODE
(
SUBREG_REG
(
x
))
==
VOIDmode
)
new
=
gen_rtx_CLOBBER
(
GET_MODE
(
x
),
const0_rtx
);
new
=
gen_rtx_CLOBBER
(
GET_MODE
(
x
),
const0_rtx
);
if
(
new
)
if
(
new
)
...
@@ -2669,7 +2669,7 @@ reg_fits_class_p (operand, class, offset, mode)
...
@@ -2669,7 +2669,7 @@ reg_fits_class_p (operand, class, offset, mode)
}
}
/* Split single instruction. Helper function for split_all_insns.
/* Split single instruction. Helper function for split_all_insns.
Return last insn in the sequence if succes
full, or NULL if unsuccesful
l. */
Return last insn in the sequence if succes
sful, or NULL if unsuccessfu
l. */
static
rtx
static
rtx
split_insn
(
insn
)
split_insn
(
insn
)
rtx
insn
;
rtx
insn
;
...
...
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