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
16133d00
Commit
16133d00
authored
May 13, 2002
by
Jeff Law
Committed by
Jeff Law
May 13, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.c (ia32_multipass_dfa_lookahead): Prototype.
From-SVN: r53428
parent
765b8f90
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/ChangeLog
+2
-0
gcc/config/i386/i386.c
+1
-0
No files found.
gcc/ChangeLog
View file @
16133d00
2002-05-13 Jeffrey A Law (law@redhat.com)
2002-05-13 Jeffrey A Law (law@redhat.com)
* i386.c (ia32_multipass_dfa_lookahead): Prototype.
* i386.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
* i386.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
(ia32_multipass_dfa_lookahead): New function.
(ia32_multipass_dfa_lookahead): New function.
...
...
gcc/config/i386/i386.c
View file @
16133d00
...
@@ -45,6 +45,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -45,6 +45,7 @@ Boston, MA 02111-1307, USA. */
#include "langhooks.h"
#include "langhooks.h"
static
int
ia32_use_dfa_pipeline_interface
PARAMS
((
void
));
static
int
ia32_use_dfa_pipeline_interface
PARAMS
((
void
));
static
int
ia32_multipass_dfa_lookahead
PARAMS
((
void
));
#undef TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE
#undef TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE
#define TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE ia32_use_dfa_pipeline_interface
#define TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE ia32_use_dfa_pipeline_interface
...
...
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