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
81e974f2
Commit
81e974f2
authored
Mar 23, 2005
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Mar 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reorg.c (dbr_schedule): Remove #if 0 code to call final.
From-SVN: r96931
parent
d432c7a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
gcc/ChangeLog
+4
-0
gcc/reorg.c
+0
-11
No files found.
gcc/ChangeLog
View file @
81e974f2
2005-03-23 Ian Lance Taylor <ian@airs.com>
* reorg.c (dbr_schedule): Remove #if 0 code to call final.
2005-03-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default.
...
...
gcc/reorg.c
View file @
81e974f2
...
...
@@ -3582,17 +3582,6 @@ dbr_schedule (rtx first, FILE *file)
{
rtx
insn
,
next
,
epilogue_insn
=
0
;
int
i
;
#if 0
int old_flag_no_peephole = flag_no_peephole;
/* Execute `final' once in prescan mode to delete any insns that won't be
used. Don't let final try to do any peephole optimization--it will
ruin dataflow information for this pass. */
flag_no_peephole = 1;
final (first, 0, NO_DEBUG, 1, 1);
flag_no_peephole = old_flag_no_peephole;
#endif
/* If the current function has no insns other than the prologue and
epilogue, then do not try to fill any delay slots. */
...
...
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