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
53dd0e6e
Commit
53dd0e6e
authored
Feb 18, 1992
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r344
parent
a019653e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
gcc/sched.c
+4
-3
No files found.
gcc/sched.c
View file @
53dd0e6e
...
...
@@ -1988,9 +1988,6 @@ attach_deaths (x, insn, set_p)
#if ARG_POINTER_REGNUM != FRAME_POINTER_REGNUM
&&
!
(
regno
==
ARG_POINTER_REGNUM
&&
fixed_regs
[
regno
])
#endif
#ifdef PIC_OFFSET_TABLE_REGNUM
&&
!
(
regno
==
PIC_OFFSET_TABLE_REGNUM
&&
flag_pic
)
#endif
&&
regno
!=
STACK_POINTER_REGNUM
)
{
if
(
!
all_needed
&&
!
dead_or_set_p
(
insn
,
x
))
...
...
@@ -2534,6 +2531,8 @@ schedule_block (b, file)
||
GET_CODE
(
XVECEXP
(
PATTERN
(
insn
),
0
,
j
))
==
CLOBBER
)
sched_note_set
(
b
,
XVECEXP
(
PATTERN
(
insn
),
0
,
j
),
0
);
/* ??? This code is obsolete and should be deleted. It
is harmless though, so we will leave it in for now. */
for
(
j
=
XVECLEN
(
PATTERN
(
insn
),
0
)
-
1
;
j
>=
0
;
j
--
)
if
(
GET_CODE
(
XVECEXP
(
PATTERN
(
insn
),
0
,
j
))
==
USE
)
sched_note_set
(
b
,
XVECEXP
(
PATTERN
(
insn
),
0
,
j
),
0
);
...
...
@@ -2631,6 +2630,8 @@ schedule_block (b, file)
||
GET_CODE
(
XVECEXP
(
PATTERN
(
insn
),
0
,
j
))
==
CLOBBER
)
sched_note_set
(
b
,
XVECEXP
(
PATTERN
(
insn
),
0
,
j
),
0
);
/* ??? This code is obsolete and should be deleted. It
is harmless though, so we will leave it in for now. */
for
(
j
=
XVECLEN
(
PATTERN
(
insn
),
0
)
-
1
;
j
>=
0
;
j
--
)
if
(
GET_CODE
(
XVECEXP
(
PATTERN
(
insn
),
0
,
j
))
==
USE
)
sched_note_set
(
b
,
XVECEXP
(
PATTERN
(
insn
),
0
,
j
),
0
);
...
...
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