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
1923e516
Commit
1923e516
authored
Apr 06, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mark_target_live_regs): Avoid #ifdef HARD_REG_SET.
From-SVN: r6977
parent
ce940f3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
gcc/reorg.c
+3
-7
No files found.
gcc/reorg.c
View file @
1923e516
/* Perform instruction reorganizations for delay slot filling.
/* Perform instruction reorganizations for delay slot filling.
Copyright (C) 1992, 1993 Free Software Foundation, Inc.
Copyright (C) 1992, 1993
, 1994
Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu).
Contributed by Richard Kenner (kenner@
vlsi1.ultra.
nyu.edu).
Hacked by Michael Tiemann (tiemann@cygnus.com).
Hacked by Michael Tiemann (tiemann@cygnus.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -2399,11 +2399,7 @@ mark_target_live_regs (target, res)
...
@@ -2399,11 +2399,7 @@ mark_target_live_regs (target, res)
marked live, plus live pseudo regs that have been renumbered to
marked live, plus live pseudo regs that have been renumbered to
hard regs. */
hard regs. */
#ifdef HARD_REG_SET
COPY_HARD_REG_SET
(
current_live_regs
,
*
regs_live
);
current_live_regs
=
*
regs_live
;
#else
COPY_HARD_REG_SET
(
current_live_regs
,
regs_live
);
#endif
for
(
offset
=
0
,
i
=
0
;
offset
<
regset_size
;
offset
++
)
for
(
offset
=
0
,
i
=
0
;
offset
<
regset_size
;
offset
++
)
{
{
...
...
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