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
328f4006
Commit
328f4006
authored
Nov 22, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Nov 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reformat load_mems slightly.
From-SVN: r30618
parent
19a027a0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
gcc/ChangeLog
+4
-0
gcc/loop.c
+4
-5
No files found.
gcc/ChangeLog
View file @
328f4006
1999
-
11
-
22
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
loop
.
c
(
load_mems
)
:
Reformat
slightly
.
1999
-
11
-
22
Bruce
Korb
<
autogen
@linuxbox
.
com
*
fixinc
/
mkfisinc
.
sh
(
i
?
86
-*-
linux
):
disable
script
,
run
fixincl
exe
...
...
gcc/loop.c
View file @
328f4006
...
...
@@ -9715,12 +9715,12 @@ load_mems (scan_start, end, loop_top, start)
rtx
p
;
rtx
label
=
NULL_RTX
;
rtx
end_label
=
NULL_RTX
;
if
(
loop_mems_idx
>
0
)
{
/* Nonzero if the next instruction may never be executed. */
int
next_maybe_never
=
0
;
if
(
loop_mems_idx
==
0
)
return
;
/* Check to see if it's possible that some instructions in the
loop are never executed. */
for
(
p
=
next_insn_in_loop
(
scan_start
,
scan_start
,
end
,
loop_top
);
...
...
@@ -9837,7 +9837,7 @@ load_mems (scan_start, end, loop_top, start)
for_each_rtx
(
&
p
,
replace_loop_mem
,
&
ri
);
}
if
(
!
apply_change_group
())
if
(
!
apply_change_group
())
/* We couldn't replace all occurrences of the MEM. */
loop_mems
[
i
].
optimize
=
0
;
else
...
...
@@ -9876,7 +9876,6 @@ load_mems (scan_start, end, loop_top, start)
}
}
}
}
if
(
label
!=
NULL_RTX
)
{
...
...
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