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
daaab00a
Commit
daaab00a
authored
Jul 17, 2002
by
Jan Hubicka
Committed by
Jan Hubicka
Jul 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* m68hc11.c (m68hc11_reorg): Do not rebuild CFG.
From-SVN: r55500
parent
63c574cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/config/m68hc11/m68hc11.c
+3
-2
No files found.
gcc/ChangeLog
View file @
daaab00a
Wed Jul 17 00:22:39 CEST 2002 Jan Hubicka <jh@suse.cz>
* m68hc11.c (m68hc11_reorg): Do not rebuild CFG.
Wed Jul 17 00:20:48 CEST 2002 Jan Hubicka <jh@suse.cz>
Wed Jul 17 00:20:48 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.md (prefetch): Fix for 64bit mode.
* i386.md (prefetch): Fix for 64bit mode.
...
...
gcc/config/m68hc11/m68hc11.c
View file @
daaab00a
...
@@ -5076,11 +5076,13 @@ m68hc11_reorg (first)
...
@@ -5076,11 +5076,13 @@ m68hc11_reorg (first)
z_replacement_completed
=
1
;
z_replacement_completed
=
1
;
m68hc11_reassign_regs
(
first
);
m68hc11_reassign_regs
(
first
);
if
(
optimize
)
compute_bb_for_insn
();
/* After some splitting, there are some oportunities for CSE pass.
/* After some splitting, there are some oportunities for CSE pass.
This happens quite often when 32-bit or above patterns are split. */
This happens quite often when 32-bit or above patterns are split. */
if
(
optimize
>
0
&&
split_done
)
if
(
optimize
>
0
&&
split_done
)
{
{
find_basic_blocks
(
first
,
max_reg_num
(),
0
);
reload_cse_regs
(
first
);
reload_cse_regs
(
first
);
}
}
...
@@ -5110,7 +5112,6 @@ m68hc11_reorg (first)
...
@@ -5110,7 +5112,6 @@ m68hc11_reorg (first)
}
}
}
}
find_basic_blocks
(
first
,
max_reg_num
(),
0
);
life_analysis
(
first
,
0
,
PROP_REG_INFO
|
PROP_DEATH_NOTES
);
life_analysis
(
first
,
0
,
PROP_REG_INFO
|
PROP_DEATH_NOTES
);
}
}
...
...
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