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
9d083c8c
Commit
9d083c8c
authored
Nov 21, 2001
by
Richard Sandiford
Committed by
Richard Sandiford
Nov 21, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cfg.c: Fix typos and formatting in the introductory comment.
From-SVN: r47243
parent
b9224c94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
gcc/ChangeLog
+4
-0
gcc/cfg.c
+5
-4
No files found.
gcc/ChangeLog
View file @
9d083c8c
2001
-
11
-
21
Richard
Sandiford
<
rsandifo
@redhat
.
com
>
*
cfg
.
c
:
Fix
typos
and
formatting
in
the
introductory
comment
.
Wed
Nov
21
12
:
38
:
37
CET
2001
Jan
Hubicka
*
profile
.
c
(
compute_branch_probabilites
)
:
Compute
probabilities
...
...
gcc/cfg.c
View file @
9d083c8c
...
...
@@ -19,10 +19,11 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
/* This file contains low level functions to manipulate with CFG and analyze it.
All other modules should not transform the datastructure directly and use
abstraction instead. The file is supposed to be ordered bottom-up and should
not contain any code dependent on particular intermediate language (RTL or trees)
/* This file contains low level functions to manipulate the CFG and
analyze it. All other modules should not transform the datastructure
directly and use abstraction instead. The file is supposed to be
ordered bottom-up and should not contain any code dependent on a
particular intermediate language (RTL or trees).
Available functionality:
- Initialization/deallocation
...
...
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