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
73d1943a
Commit
73d1943a
authored
Oct 07, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sched-int.h: Fix comment typos.
From-SVN: r117532
parent
f63645be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/sched-int.h
+2
-2
No files found.
gcc/ChangeLog
View file @
73d1943a
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
*
gimplify
.
c
,
sched
-
int
.
h
:
Fix
comment
typos
.
*
gimplify
.
c
,
sched
-
int
.
h
:
Fix
comment
typos
.
*
sched
-
int
.
h
:
Fix
comment
typos
.
2006
-
10
-
06
Maxim
Kuvyrkov
<
mkuvyrkov
@ispras
.
ru
>
2006
-
10
-
06
Maxim
Kuvyrkov
<
mkuvyrkov
@ispras
.
ru
>
*
sched
-
int
.
h
(
IS_SPECULATION_CHECK_P
,
IS_SPECULATION_SIMPLE_CHECK_P
)
:
*
sched
-
int
.
h
(
IS_SPECULATION_CHECK_P
,
IS_SPECULATION_SIMPLE_CHECK_P
)
:
...
...
gcc/sched-int.h
View file @
73d1943a
...
@@ -363,12 +363,12 @@ extern regset *glat_start, *glat_end;
...
@@ -363,12 +363,12 @@ extern regset *glat_start, *glat_end;
#define IS_SPECULATION_CHECK_P(INSN) (RECOVERY_BLOCK (INSN) != NULL)
#define IS_SPECULATION_CHECK_P(INSN) (RECOVERY_BLOCK (INSN) != NULL)
/* INSN is a speculation check that will simply reexecute the speculatively
/* INSN is a speculation check that will simply reexecute the speculatively
scheduled instruction if the speculation fail. */
scheduled instruction if the speculation fail
s
. */
#define IS_SPECULATION_SIMPLE_CHECK_P(INSN) \
#define IS_SPECULATION_SIMPLE_CHECK_P(INSN) \
(RECOVERY_BLOCK (INSN) == EXIT_BLOCK_PTR)
(RECOVERY_BLOCK (INSN) == EXIT_BLOCK_PTR)
/* INSN is a speculation check that will branch to RECOVERY_BLOCK if the
/* INSN is a speculation check that will branch to RECOVERY_BLOCK if the
speculation fail. Insns in that block will reexecute the speculatively
speculation fail
s
. Insns in that block will reexecute the speculatively
scheduled code and then will return immediately after INSN thus preserving
scheduled code and then will return immediately after INSN thus preserving
semantics of the program. */
semantics of the program. */
#define IS_SPECULATION_BRANCHY_CHECK_P(INSN) \
#define IS_SPECULATION_BRANCHY_CHECK_P(INSN) \
...
...
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