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
556a791c
Commit
556a791c
authored
Apr 13, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 13, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-inline.c (INSNS_PER_STMT): Remove.
From-SVN: r98073
parent
bec44647
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
gcc/ChangeLog
+2
-0
gcc/tree-inline.c
+0
-5
No files found.
gcc/ChangeLog
View file @
556a791c
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
(tree_ssa_forward_propagate_single_use_vars): Call
(tree_ssa_forward_propagate_single_use_vars): Call
forward_propagate_into_cond for each COND_EXPR.
forward_propagate_into_cond for each COND_EXPR.
* tree-inline.c (INSNS_PER_STMT): Remove.
2005-04-12 Richard Henderson <rth@redhat.com>
2005-04-12 Richard Henderson <rth@redhat.com>
* config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
* config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
...
...
gcc/tree-inline.c
View file @
556a791c
...
@@ -117,11 +117,6 @@ typedef struct inline_data
...
@@ -117,11 +117,6 @@ typedef struct inline_data
/* Prototypes. */
/* Prototypes. */
/* The approximate number of instructions per statement. This number
need not be particularly accurate; it is used only to make
decisions about when a function is too big to inline. */
#define INSNS_PER_STMT (10)
static
tree
copy_body_r
(
tree
*
,
int
*
,
void
*
);
static
tree
copy_body_r
(
tree
*
,
int
*
,
void
*
);
static
tree
copy_body
(
inline_data
*
);
static
tree
copy_body
(
inline_data
*
);
static
tree
expand_call_inline
(
tree
*
,
int
*
,
void
*
);
static
tree
expand_call_inline
(
tree
*
,
int
*
,
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