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
3ae9b379
Commit
3ae9b379
authored
May 08, 2002
by
Jan Hubicka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix merge typos.
From-SVN: r53288
parent
1e150f2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
gcc/Makefile.in
+2
-2
gcc/cfgcleanup.c
+0
-1
No files found.
gcc/Makefile.in
View file @
3ae9b379
...
...
@@ -1227,7 +1227,7 @@ c-format.o : c-format.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) langhooks.h \
c-semantics.o
:
c-semantics.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(C_TREE_H)
\
c-lex.h flags.h toplev.h output.h c-pragma.h $(RTL_H) $(GGC_H)
\
$(EXPR_H)
predict.h
$(EXPR_H)
$(PREDICT_H)
# Language-independent files.
...
...
@@ -1389,7 +1389,7 @@ function.o : function.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h \
stmt.o
:
stmt.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h function.h
\
insn-config.h hard-reg-set.h $(EXPR_H) libfuncs.h except.h
\
$(LOOP_H) $(RECOG_H) toplev.h output.h varray.h $(GGC_H) $(TM_P_H)
\
langhooks.h
predict.h
langhooks.h
$(PREDICT_H)
except.o
:
except.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) flags.h
\
except.h function.h $(EXPR_H) libfuncs.h integrate.h langhooks.h
\
insn-config.h hard-reg-set.h $(BASIC_BLOCK_H) output.h
\
...
...
gcc/cfgcleanup.c
View file @
3ae9b379
...
...
@@ -74,7 +74,6 @@ static int flow_find_cross_jump PARAMS ((int, basic_block, basic_block,
rtx
*
,
rtx
*
));
static
bool
insns_match_p
PARAMS
((
int
,
rtx
,
rtx
));
bool
delete_unreachable_blocks
PARAMS
((
void
));
static
bool
label_is_jump_target_p
PARAMS
((
rtx
,
rtx
));
static
bool
tail_recursion_label_p
PARAMS
((
rtx
));
static
void
merge_blocks_move_predecessor_nojumps
PARAMS
((
basic_block
,
...
...
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