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
38f391a5
Commit
38f391a5
authored
Oct 31, 2003
by
Kelley Cook
Committed by
R. Kelley Cook
Oct 31, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/rs6000.c: Update to C90 prototypes.
From-SVN: r73159
parent
4a3a957b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.c
+3
-8
No files found.
gcc/ChangeLog
View file @
38f391a5
2003-10-31 Kelley Cook <kcook@gcc.gnu.org>
* config/rs6000/rs6000.c: Update to C90 prototypes.
2003-10-31 Richard Earnshaw <rearnsha@arm.com>
2003-10-31 Richard Earnshaw <rearnsha@arm.com>
PR target/7513
PR target/7513
...
...
gcc/config/rs6000/rs6000.c
View file @
38f391a5
...
@@ -5372,10 +5372,7 @@ altivec_expand_predicate_builtin (enum insn_code icode, const char *opcode,
...
@@ -5372,10 +5372,7 @@ altivec_expand_predicate_builtin (enum insn_code icode, const char *opcode,
}
}
static
rtx
static
rtx
altivec_expand_lv_builtin
(
icode
,
arglist
,
target
)
altivec_expand_lv_builtin
(
enum
insn_code
icode
,
tree
arglist
,
rtx
target
)
enum
insn_code
icode
;
tree
arglist
;
rtx
target
;
{
{
rtx
pat
,
addr
;
rtx
pat
,
addr
;
tree
arg0
=
TREE_VALUE
(
arglist
);
tree
arg0
=
TREE_VALUE
(
arglist
);
...
@@ -10945,7 +10942,7 @@ get_TOC_alias_set (void)
...
@@ -10945,7 +10942,7 @@ get_TOC_alias_set (void)
load_toc_* patterns. */
load_toc_* patterns. */
int
int
uses_TOC
()
uses_TOC
(
void
)
{
{
rtx
insn
;
rtx
insn
;
...
@@ -14204,9 +14201,7 @@ pad_groups (FILE *dump, int sched_verbose, rtx prev_head_insn, rtx tail)
...
@@ -14204,9 +14201,7 @@ pad_groups (FILE *dump, int sched_verbose, rtx prev_head_insn, rtx tail)
After reload, it inserts nops at insn group bundling. */
After reload, it inserts nops at insn group bundling. */
static
void
static
void
rs6000_sched_finish
(
dump
,
sched_verbose
)
rs6000_sched_finish
(
FILE
*
dump
,
int
sched_verbose
)
FILE
*
dump
;
int
sched_verbose
;
{
{
int
n_groups
;
int
n_groups
;
...
...
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