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
e654730d
Commit
e654730d
authored
Jun 11, 2002
by
Roger Sayle
Committed by
Roger Sayle
Jun 11, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (rest_of_compilation): Revert flag_if_conversion change.
From-SVN: r54480
parent
a5381466
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 @
e654730d
2002-06-10 Roger Sayle <roger@eyesopen.com>
* toplev.c (rest_of_compilation): Revert flag_if_conversion change.
2002-06-10 Zack Weinberg <zack@codesourcery.com>
* Makefile.in (MACHMODE_H): Add @extra_modes_file@.
...
...
gcc/toplev.c
View file @
e654730d
...
...
@@ -2723,7 +2723,7 @@ rest_of_compilation (decl)
timevar_push
(
TV_JUMP
);
if
(
flag_delete_null_pointer_checks
)
if
(
flag_delete_null_pointer_checks
||
flag_if_conversion
)
{
open_dump_file
(
DFI_null
,
decl
);
find_basic_blocks
(
insns
,
max_reg_num
(),
rtl_dump_file
);
...
...
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