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
a4cbe62d
Commit
a4cbe62d
authored
Aug 30, 2008
by
Michael Meissner
Committed by
Michael Meissner
Aug 30, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include basic-block.h in dojump.c to declare optimize_insn_for_speed.
From-SVN: r139810
parent
06b322fa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+7
-0
gcc/Makefile.in
+1
-1
gcc/dojump.c
+1
-0
No files found.
gcc/ChangeLog
View file @
a4cbe62d
2008
-
08
-
29
Michael
Meissner
<
gnu
@the
-
meissners
.
org
>
*
dojump
.
c
(
top
level
)
:
Include
basic
-
block
.
h
to
declare
optimize_insn_for_speed_p
*
Makefile
.
in
(
dodump
.
h
)
:
Add
$
(
BASIC_BLOCK_H
)
dependency
.
2008
-
08
-
30
Kaz
Kojima
<
kkojima
@gcc
.
gnu
.
org
>
2008
-
08
-
30
Kaz
Kojima
<
kkojima
@gcc
.
gnu
.
org
>
PR
target
/
37270
PR
target
/
37270
...
...
gcc/Makefile.in
View file @
a4cbe62d
...
@@ -2488,7 +2488,7 @@ expr.o : expr.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
...
@@ -2488,7 +2488,7 @@ expr.o : expr.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
tree-pass.h $(DF_H) $(DIAGNOSTIC_H) vecprim.h
tree-pass.h $(DF_H) $(DIAGNOSTIC_H) vecprim.h
dojump.o
:
dojump.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_H)
\
dojump.o
:
dojump.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(TREE_H)
\
$(FLAGS_H) $(FUNCTION_H) $(EXPR_H) $(OPTABS_H) $(INSN_ATTR_H) insn-config.h
\
$(FLAGS_H) $(FUNCTION_H) $(EXPR_H) $(OPTABS_H) $(INSN_ATTR_H) insn-config.h
\
langhooks.h $(GGC_H) gt-dojump.h vecprim.h
langhooks.h $(GGC_H) gt-dojump.h vecprim.h
$(BASIC_BLOCK_H)
builtins.o
:
builtins.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H)
\
builtins.o
:
builtins.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H)
\
$(TREE_H) $(GIMPLE_H) $(FLAGS_H) $(TARGET_H) $(FUNCTION_H) $(REGS_H)
\
$(TREE_H) $(GIMPLE_H) $(FLAGS_H) $(TARGET_H) $(FUNCTION_H) $(REGS_H)
\
$(EXPR_H) $(OPTABS_H) insn-config.h $(RECOG_H) output.h typeclass.h
\
$(EXPR_H) $(OPTABS_H) insn-config.h $(RECOG_H) output.h typeclass.h
\
...
...
gcc/dojump.c
View file @
a4cbe62d
...
@@ -34,6 +34,7 @@ along with GCC; see the file COPYING3. If not see
...
@@ -34,6 +34,7 @@ along with GCC; see the file COPYING3. If not see
#include "optabs.h"
#include "optabs.h"
#include "langhooks.h"
#include "langhooks.h"
#include "ggc.h"
#include "ggc.h"
#include "basic-block.h"
static
bool
prefer_and_bit_test
(
enum
machine_mode
,
int
);
static
bool
prefer_and_bit_test
(
enum
machine_mode
,
int
);
static
void
do_jump_by_parts_greater
(
tree
,
int
,
rtx
,
rtx
);
static
void
do_jump_by_parts_greater
(
tree
,
int
,
rtx
,
rtx
);
...
...
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