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
50e87e30
Commit
50e87e30
authored
Jan 20, 2010
by
Joern Rennecke
Committed by
Joern Rennecke
Jan 20, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
From-SVN: r156091
parent
ef93ad59
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+3
-7
No files found.
gcc/ChangeLog
View file @
50e87e30
2010-01-20 Joern Rennecke <amylaar@spamcop.net>
* doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
2010-01-20 Richard Guenther <rguenther@suse.de>
2010-01-20 Richard Guenther <rguenther@suse.de>
PR tree-optimization/42717
PR tree-optimization/42717
...
...
gcc/doc/tm.texi
View file @
50e87e30
...
@@ -6653,14 +6653,10 @@ the hook is used to cancel data speculative insns when the ALAT table
...
@@ -6653,14 +6653,10 @@ the hook is used to cancel data speculative insns when the ALAT table
is
nearly
full
.
is
nearly
full
.
@end
deftypefn
@end
deftypefn
@deftypefn
{
Target
Hook
}
void
TARGET_SCHED_SET_SCHED_FLAGS
(
unsigned
int
*
@var{
flags
}
,
spec_info_t
@var{
spec_info
}
)
@deftypefn
{
Target
Hook
}
void
TARGET_SCHED_SET_SCHED_FLAGS
(
struct
spec_info_def
*
@var{
spec_info
}
)
This
hook
is
used
by
the
insn
scheduler
to
find
out
what
features
should
be
This
hook
is
used
by
the
insn
scheduler
to
find
out
what
features
should
be
enabled
/
used
.
@var{
flags
}
initially
may
have
either
the
SCHED_RGN
or
SCHED_EBB
enabled
/
used
.
bit
set
.
This
denotes
the
scheduler
pass
for
which
the
data
should
be
The
structure
*
@var{
spec_info
}
should
be
filled
in
by
the
target
.
provided
.
The
target
backend
should
modify
@var{
flags
}
by
modifying
the
bits
corresponding
to
the
following
features
:
USE_DEPS_LIST
,
USE_GLAT
,
DETACH_LIFE_INFO
,
and
DO_SPECULATION
@
.
For
the
DO_SPECULATION
feature
an
additional
structure
@var{
spec_info
}
should
be
filled
by
the
target
.
The
structure
describes
speculation
types
that
can
be
used
in
the
scheduler
.
The
structure
describes
speculation
types
that
can
be
used
in
the
scheduler
.
@end
deftypefn
@end
deftypefn
...
...
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