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
c0a2dc12
Commit
c0a2dc12
authored
Aug 28, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(arm_gen_movstrqi): Remove unused variable const_sxteen.
From-SVN: r10291
parent
f4bef7f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
gcc/config/arm/arm.c
+1
-2
No files found.
gcc/config/arm/arm.c
View file @
c0a2dc12
/* Output routines for GCC for ARM/RISCiX.
Copyright (C) 1991, 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1991, 1993, 1994
, 1995
Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
and Martin Simmons (@harleqn.co.uk).
More major hacks by Richard Earnshaw (rwe11@cl.cam.ac.uk)
...
...
@@ -1603,7 +1603,6 @@ arm_gen_movstrqi (operands)
{
HOST_WIDE_INT
in_words_to_go
,
out_words_to_go
,
last_bytes
;
int
i
,
r
;
rtx
const_sxteen
=
gen_rtx
(
CONST_INT
,
SImode
,
16
);
rtx
src
,
dst
;
rtx
st_src
,
st_dst
,
end_src
,
end_dst
,
fin_src
,
fin_dst
;
rtx
part_bytes_reg
=
NULL
;
...
...
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