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
78327a73
Commit
78327a73
authored
Apr 06, 1999
by
Richard Henderson
Committed by
Richard Henderson
Apr 06, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (compile_file): Typo flow_dump -> flow2_dump.
From-SVN: r26229
parent
0bb07950
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/toplev.c
+1
-1
No files found.
gcc/ChangeLog
View file @
78327a73
Tue
Apr
6
22
:
55
:
25
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
toplev
.
c
(
compile_file
)
:
Typo
flow_dump
->
flow2_dump
.
1999
-
04
-
06
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
pdp11
.
c
(
simple_memory_operand
)
:
Add
default
case
in
switch
.
...
...
gcc/toplev.c
View file @
78327a73
...
...
@@ -3350,7 +3350,7 @@ compile_file (name)
finish_graph_dump_file
(
dump_base_name
,
".lreg"
);
if
(
global_reg_dump
)
finish_graph_dump_file
(
dump_base_name
,
".greg"
);
if
(
flow_dump
)
if
(
flow
2
_dump
)
finish_graph_dump_file
(
dump_base_name
,
".flow2"
);
if
(
sched2_dump
)
finish_graph_dump_file
(
dump_base_name
,
".sched2"
);
...
...
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