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
cf0d9408
Commit
cf0d9408
authored
Jan 05, 2002
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 05, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* combine.c: Fix formatting.
From-SVN: r48569
parent
bedca03a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/combine.c
+2
-2
No files found.
gcc/ChangeLog
View file @
cf0d9408
2002-01-05 Kazu Hirata <kazu@hxi.com>
* combine.c: Fix formatting.
2002-01-05 Craig Rodrigues <crodrigu@bbn.com>
2002-01-05 Craig Rodrigues <crodrigu@bbn.com>
PR middle-end/1557
PR middle-end/1557
...
...
gcc/combine.c
View file @
cf0d9408
...
@@ -1954,7 +1954,7 @@ try_combine (i3, i2, i1, new_direct_jump_p)
...
@@ -1954,7 +1954,7 @@ try_combine (i3, i2, i1, new_direct_jump_p)
isn't mentioned in any SETs in NEWPAT that are field assignments. */
isn't mentioned in any SETs in NEWPAT that are field assignments. */
if
(
!
combinable_i3pat
(
NULL_RTX
,
&
newpat
,
i1dest
,
NULL_RTX
,
if
(
!
combinable_i3pat
(
NULL_RTX
,
&
newpat
,
i1dest
,
NULL_RTX
,
0
,
(
rtx
*
)
0
))
0
,
(
rtx
*
)
0
))
{
{
undo_all
();
undo_all
();
return
0
;
return
0
;
...
@@ -3044,7 +3044,7 @@ find_split_point (loc, insn)
...
@@ -3044,7 +3044,7 @@ find_split_point (loc, insn)
&&
GET_CODE
(
XEXP
(
SET_SRC
(
x
),
0
))
==
REG
&&
GET_CODE
(
XEXP
(
SET_SRC
(
x
),
0
))
==
REG
&&
(
pos
=
exact_log2
(
INTVAL
(
XEXP
(
SET_SRC
(
x
),
1
))))
>=
7
&&
(
pos
=
exact_log2
(
INTVAL
(
XEXP
(
SET_SRC
(
x
),
1
))))
>=
7
&&
GET_CODE
(
SET_DEST
(
x
))
==
REG
&&
GET_CODE
(
SET_DEST
(
x
))
==
REG
&&
(
split
=
find_single_use
(
SET_DEST
(
x
),
insn
,
(
rtx
*
)
0
))
!=
0
&&
(
split
=
find_single_use
(
SET_DEST
(
x
),
insn
,
(
rtx
*
)
0
))
!=
0
&&
(
GET_CODE
(
*
split
)
==
EQ
||
GET_CODE
(
*
split
)
==
NE
)
&&
(
GET_CODE
(
*
split
)
==
EQ
||
GET_CODE
(
*
split
)
==
NE
)
&&
XEXP
(
*
split
,
0
)
==
SET_DEST
(
x
)
&&
XEXP
(
*
split
,
0
)
==
SET_DEST
(
x
)
&&
XEXP
(
*
split
,
1
)
==
const0_rtx
)
&&
XEXP
(
*
split
,
1
)
==
const0_rtx
)
...
...
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