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
0671a8a0
Commit
0671a8a0
authored
Jun 30, 2004
by
Richard Henderson
Committed by
Richard Henderson
Jun 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* function.c, rtl.h (get_first_nonparm_insn): Remove.
From-SVN: r83936
parent
99801548
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
12 deletions
+4
-12
gcc/ChangeLog
+4
-0
gcc/function.c
+0
-10
gcc/rtl.h
+0
-2
No files found.
gcc/ChangeLog
View file @
0671a8a0
2004-06-30 Richard Henderson <rth@redhat.com>
* function.c, rtl.h (get_first_nonparm_insn): Remove.
2004-06-30 Joseph S. Myers <jsm@polyomino.org.uk>
2004-06-30 Joseph S. Myers <jsm@polyomino.org.uk>
* c-common.h (check_function_format): Remove first parameter.
* c-common.h (check_function_format): Remove first parameter.
...
...
gcc/function.c
View file @
0671a8a0
...
@@ -4211,16 +4211,6 @@ instantiate_virtual_regs_1 (rtx *loc, rtx object, int extra_insns)
...
@@ -4211,16 +4211,6 @@ instantiate_virtual_regs_1 (rtx *loc, rtx object, int extra_insns)
return
1
;
return
1
;
}
}
/* Return the first insn following those generated by `assign_parms'. */
rtx
get_first_nonparm_insn
(
void
)
{
if
(
last_parm_insn
)
return
NEXT_INSN
(
last_parm_insn
);
return
get_insns
();
}
/* Return 1 if EXP is an aggregate type (or a value with aggregate type).
/* Return 1 if EXP is an aggregate type (or a value with aggregate type).
This means a type for which function calls must pass an address to the
This means a type for which function calls must pass an address to the
function or get an address back from the function.
function or get an address back from the function.
...
...
gcc/rtl.h
View file @
0671a8a0
...
@@ -1926,8 +1926,6 @@ extern const char *decode_asm_operands (rtx, rtx *, rtx **, const char **,
...
@@ -1926,8 +1926,6 @@ extern const char *decode_asm_operands (rtx, rtx *, rtx **, const char **,
extern
enum
reg_class
reg_preferred_class
(
int
);
extern
enum
reg_class
reg_preferred_class
(
int
);
extern
enum
reg_class
reg_alternate_class
(
int
);
extern
enum
reg_class
reg_alternate_class
(
int
);
extern
rtx
get_first_nonparm_insn
(
void
);
extern
void
split_all_insns
(
int
);
extern
void
split_all_insns
(
int
);
extern
void
split_all_insns_noflow
(
void
);
extern
void
split_all_insns_noflow
(
void
);
...
...
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