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
bc810602
Commit
bc810602
authored
Feb 05, 2003
by
Zdenek Dvorak
Committed by
Zdenek Dvorak
Feb 05, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
From-SVN: r62451
parent
37d055f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+4
-0
gcc/cfgloopmanip.c
+4
-2
No files found.
gcc/ChangeLog
View file @
bc810602
2003
-
01
-
25
Zdenek
Dvorak
<
rakdver
@atrey
.
karlin
.
mff
.
cuni
.
cz
>
*
cfgloopmanip
.
c
(
force_single_succ_latches
)
:
Fix
missindentation
.
2003
-
02
-
05
Hans
Boehm
<
Hans
.
Boehm
@hp
.
com
>
*
config
/
ia64
/
unwind
-
ia64
.
c
:
include
coretypes
.
h
,
tm
.
h
to
get
...
...
gcc/cfgloopmanip.c
View file @
bc810602
...
...
@@ -159,8 +159,10 @@ force_single_succ_latches (loops)
if
(
!
loop
->
latch
->
succ
->
succ_next
)
continue
;
for
(
e
=
loop
->
header
->
pred
;
e
->
src
!=
loop
->
latch
;
e
=
e
->
pred_next
);
loop_split_edge_with
(
e
,
NULL_RTX
,
loops
);
for
(
e
=
loop
->
header
->
pred
;
e
->
src
!=
loop
->
latch
;
e
=
e
->
pred_next
)
continue
;
loop_split_edge_with
(
e
,
NULL_RTX
,
loops
);
}
loops
->
state
|=
LOOPS_HAVE_SIMPLE_LATCHES
;
}
...
...
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