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
f63645be
Commit
f63645be
authored
Oct 07, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gimplify.c, sched-int.h: Fix comment typos.
From-SVN: r117531
parent
0c391506
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/gimplify.c
+4
-4
gcc/sched-int.h
+1
-1
No files found.
gcc/ChangeLog
View file @
f63645be
2006
-
10
-
07
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
gimplify
.
c
,
sched
-
int
.
h
:
Fix
comment
typos
.
2006
-
10
-
06
Maxim
Kuvyrkov
<
mkuvyrkov
@ispras
.
ru
>
*
sched
-
int
.
h
(
IS_SPECULATION_CHECK_P
,
IS_SPECULATION_SIMPLE_CHECK_P
)
:
...
...
gcc/gimplify.c
View file @
f63645be
...
...
@@ -6050,10 +6050,10 @@ gimplify_type_sizes (tree type, tree *list_p)
It was actually useful for anonymous pointed-to types to ensure
that the sizes evaluation dominates every possible later use of the
values. Restricting to such types here would be safe since there
is no possible forward declaration around, but would introduce a
undesir
e
able middle-end semantic to anonymity. We then defer to
front-ends the responsibilty of ensuring that the sizes are
evaluated both early and late enough, e.g. by attaching artifical
is no possible forward declaration around, but would introduce a
n
undesirable middle-end semantic to anonymity. We then defer to
front-ends the responsibil
i
ty of ensuring that the sizes are
evaluated both early and late enough, e.g. by attaching artific
i
al
type declarations to the tree. */
break
;
...
...
gcc/sched-int.h
View file @
f63645be
...
...
@@ -369,7 +369,7 @@ extern regset *glat_start, *glat_end;
/* INSN is a speculation check that will branch to RECOVERY_BLOCK if the
speculation fail. Insns in that block will reexecute the speculatively
scheduled code and then will return immediatel
l
y after INSN thus preserving
scheduled code and then will return immediately after INSN thus preserving
semantics of the program. */
#define IS_SPECULATION_BRANCHY_CHECK_P(INSN) \
(RECOVERY_BLOCK (INSN) != NULL && RECOVERY_BLOCK (INSN) != EXIT_BLOCK_PTR)
...
...
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