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
21f7aaa4
Commit
21f7aaa4
authored
Apr 05, 2007
by
Steven Bosscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* regmove.c: Fix unused variable warnings due to previous commit.
From-SVN: r123523
parent
a78f3e71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/regmove.c
+0
-2
No files found.
gcc/ChangeLog
View file @
21f7aaa4
2007-04-05 Steven Bosscher <steven@gcc.gnu.org>
* regmove.c: Fix unused variable warnings due to previous commit.
2007-04-05 Steven Bosscher <steven@gcc.gnu.org>
* regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize.
(regmove_bb_head): Remove.
(copy_src_to_dest): Don't update regmove_bb_head and BB_HEAD.
...
...
gcc/regmove.c
View file @
21f7aaa4
...
...
@@ -739,7 +739,6 @@ copy_src_to_dest (rtx insn, rtx src, rtx dest)
rtx
*
p_move_notes
;
int
src_regno
;
int
dest_regno
;
int
bb
;
int
insn_uid
;
int
move_uid
;
...
...
@@ -1021,7 +1020,6 @@ regmove_optimize (rtx f, int nregs)
int
pass
;
int
i
;
rtx
copy_src
,
copy_dst
;
basic_block
bb
;
/* ??? Hack. Regmove doesn't examine the CFG, and gets mightily
confused by non-call exceptions ending blocks. */
...
...
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