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
1f9a0ec2
Commit
1f9a0ec2
authored
Dec 18, 1999
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert bogus patch
From-SVN: r31018
parent
d4b60170
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
gcc/ChangeLog
+0
-1
gcc/reload.c
+1
-1
No files found.
gcc/ChangeLog
View file @
1f9a0ec2
...
@@ -14,7 +14,6 @@ Sat Dec 18 16:28:43 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
...
@@ -14,7 +14,6 @@ Sat Dec 18 16:28:43 1999 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
*
cse
.
c
:
Move
a
comment
.
*
cse
.
c
:
Move
a
comment
.
*
tree
.
c
:
Minor
reformatting
.
*
tree
.
c
:
Minor
reformatting
.
(
int_size_in_bytes
)
:
Return
-
1
if
constant
overflows
.
(
int_size_in_bytes
)
:
Return
-
1
if
constant
overflows
.
*
reload
.
c
(
combine_reloads
)
:
Do
nothing
if
no
output
reload
Sat
Dec
18
18
:
30
:
20
1999
J
"orn Rennecke <amylaar@cygnus.co.uk>
Sat
Dec
18
18
:
30
:
20
1999
J
"orn Rennecke <amylaar@cygnus.co.uk>
...
...
gcc/reload.c
View file @
1f9a0ec2
...
@@ -1718,7 +1718,7 @@ combine_reloads ()
...
@@ -1718,7 +1718,7 @@ combine_reloads ()
that it does not occur in the output (we already know it isn't an
that it does not occur in the output (we already know it isn't an
earlyclobber. If this is an asm insn, give up. */
earlyclobber. If this is an asm insn, give up. */
if
(
INSN_CODE
(
this_insn
)
==
-
1
||
output_reload
==
-
1
)
if
(
INSN_CODE
(
this_insn
)
==
-
1
)
return
;
return
;
for
(
i
=
1
;
i
<
insn_data
[
INSN_CODE
(
this_insn
)].
n_operands
;
i
++
)
for
(
i
=
1
;
i
<
insn_data
[
INSN_CODE
(
this_insn
)].
n_operands
;
i
++
)
...
...
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