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
79a4758d
Commit
79a4758d
authored
Jun 24, 2004
by
Ben Elliston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/cfg.texi (Edges): Fix typo.
From-SVN: r83591
parent
0cc3dda8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+5
-1
gcc/doc/cfg.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
79a4758d
2004-06-24 Ben Elliston <bje@au.ibm.com>
* doc/cfg.texi (Edges): Fix typo.
2004-06-24 Paul Brook <paul@codesourcery.com>
* config/arm/arm.c (arm_output_epilogue): Remove excess checks.
...
...
@@ -19,7 +23,7 @@
* c-gimplify.c (gimplify_decl_stmt): Push gimplify_one_sizepos inside
non-constant size check. Gimplify the type too. Tidy building
BUILT_IN_STACK_ALLOC call
BUILT_IN_STACK_ALLOC call
.
2004-06-23 Roger Sayle <roger@eyesopen.com>
...
...
gcc/doc/cfg.texi
View file @
79a4758d
...
...
@@ -146,7 +146,7 @@ link between two basic blocks: the @code{src} member of an edge
points
to
the
predecessor
basic
block
of
the
@code
{
dest
}
basic
block
.
The
members
@code
{
pred
}
and
@code
{
succ
}
of
the
@code
{
basic_block
}
data
type
point
to
single
linked
lists
of
edges
to
the
predecessors
and
successor
t
s
of
the
block
.
The
edges
are
linked
via
the
successors
of
the
block
.
The
edges
are
linked
via
the
@code
{
succ_next
}
and
@code
{
pred_next
}
members
of
the
@code
{
edge
}
data
type
.
...
...
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