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
01554f00
Commit
01554f00
authored
30 years ago
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comment.
From-SVN: r8809
parent
e3da71ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/config/i386/i386.c
+2
-2
gcc/config/rs6000/rs6000.h
+1
-1
No files found.
gcc/config/i386/i386.c
View file @
01554f00
/* Subroutines for insn-output.c for Intel X86.
Copyright (C) 1988, 1992, 1994 Free Software Foundation, Inc.
Copyright (C) 1988, 1992, 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -1463,7 +1463,7 @@ legitimate_address_p (mode, addr, strict)
}
}
else
if
(
scale
)
abort
();
/* scale w/o index i
llegal
*/
abort
();
/* scale w/o index i
nvalid
*/
/* Validate scale factor */
if
(
scale
)
...
...
This diff is collapsed.
Click to expand it.
gcc/config/rs6000/rs6000.h
View file @
01554f00
...
...
@@ -1513,7 +1513,7 @@ struct rs6000_args {int words, fregno, nargs_prototype; };
of a switch statement. If the code is computed here,
return it with a return statement. Otherwise, break from the switch.
On the RS/6000, if it is
legal
in the insn, it is free. So this
On the RS/6000, if it is
valid
in the insn, it is free. So this
always returns 0. */
#define CONST_COSTS(RTX,CODE,OUTER_CODE) \
...
...
This diff is collapsed.
Click to expand it.
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