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
a9a4005f
Commit
a9a4005f
authored
Dec 09, 2002
by
Jan Hubicka
Committed by
Jan Hubicka
Dec 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (dump_file): Fix order to match reality.
From-SVN: r59968
parent
7ef788f0
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 @
a9a4005f
Mon
Dec
9
21
:
33
:
38
CET
2002
Jan
Hubicka
<
jh
@suse
.
cz
>
*
toplev
.
c
(
dump_file
)
:
Fix
order
to
match
reality
.
2002
-
12
-
08
Geoffrey
Keating
<
geoffk
@apple
.
com
>
*
config
/
rs6000
/
rs6000
.
md
(
load_multiple
)
:
Use
adjust_address_nv
.
...
...
gcc/toplev.c
View file @
a9a4005f
...
...
@@ -279,9 +279,9 @@ static struct dump_file_info dump_file[DFI_MAX] =
{
"addressof"
,
'F'
,
0
,
0
,
0
},
{
"gcse"
,
'G'
,
1
,
0
,
0
},
{
"loop"
,
'L'
,
1
,
0
,
0
},
{
"ce1"
,
'C'
,
1
,
0
,
0
},
{
"cfg"
,
'f'
,
1
,
0
,
0
},
{
"bp"
,
'b'
,
1
,
0
,
0
},
{
"ce1"
,
'C'
,
1
,
0
,
0
},
{
"tracer"
,
'T'
,
1
,
0
,
0
},
{
"cse2"
,
't'
,
1
,
0
,
0
},
{
"life"
,
'f'
,
1
,
0
,
0
},
/* Yes, duplicate enable switch. */
...
...
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