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
c9852047
Commit
c9852047
authored
Dec 09, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Dec 09, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flow.c: Update some comments.
From-SVN: r24226
parent
104bf76a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
gcc/ChangeLog
+4
-0
gcc/flow.c
+2
-8
No files found.
gcc/ChangeLog
View file @
c9852047
Wed
Dec
9
23
:
55
:
11
1998
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
flow
.
c
:
Update
some
comments
.
Wed
Dec
9
15
:
29
:
26
1998
Dave
Brolley
<
brolley
@cygnus
.
com
>
*
objc
/
objc
-
act
.
c
(
cpp_initialized
)
:
Removed
.
...
...
gcc/flow.c
View file @
c9852047
...
...
@@ -298,10 +298,7 @@ static void notice_stack_pointer_modification PROTO ((rtx, rtx));
/* Find basic blocks of the current function.
F is the first insn of the function and NREGS the number of register numbers
in use.
LIVE_REACHABLE_P is non-zero if the caller needs all live blocks to
be reachable. This turns on a kludge that causes the control flow
information to be inaccurate and not suitable for passes like GCSE. */
in use. */
void
find_basic_blocks
(
f
,
nregs
,
file
)
...
...
@@ -437,10 +434,7 @@ static rtx nonlocal_label_list;
NONLOCAL_LABELS is a list of non-local labels in the function.
Blocks that are otherwise unreachable may be reachable with a non-local
goto.
LIVE_REACHABLE_P is non-zero if the caller needs all live blocks to
be reachable. This turns on a kludge that causes the control flow
information to be inaccurate and not suitable for passes like GCSE. */
goto. */
static
void
find_basic_blocks_1
(
f
,
nonlocal_labels
)
...
...
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