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
780ed3ae
Commit
780ed3ae
authored
Oct 12, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(try_combine): Properly call single_set when validating the result of
a define_split. From-SVN: r2406
parent
9ee96709
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/combine.c
+2
-2
No files found.
gcc/combine.c
View file @
780ed3ae
...
@@ -1562,8 +1562,8 @@ try_combine (i3, i2, i1)
...
@@ -1562,8 +1562,8 @@ try_combine (i3, i2, i1)
rtx
newi3pat
=
PATTERN
(
XVECEXP
(
m_split
,
0
,
1
));
rtx
newi3pat
=
PATTERN
(
XVECEXP
(
m_split
,
0
,
1
));
newi2pat
=
PATTERN
(
XVECEXP
(
m_split
,
0
,
0
));
newi2pat
=
PATTERN
(
XVECEXP
(
m_split
,
0
,
0
));
i2set
=
single_set
(
newi2pat
);
i2set
=
single_set
(
XVECEXP
(
m_split
,
0
,
1
)
);
i3set
=
single_set
(
newi3pat
);
i3set
=
single_set
(
XVECEXP
(
m_split
,
0
,
0
)
);
/* In case we changed the mode of I2DEST, replace it in the
/* In case we changed the mode of I2DEST, replace it in the
pseudo-register table here. We can't do it above in case this
pseudo-register table here. We can't do it above in case this
...
...
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