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
bd7f30a1
Commit
bd7f30a1
authored
Jul 03, 2010
by
Jan Hubicka
Committed by
Jan Hubicka
Jul 03, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.c (override_options): Revert accidental commit.
From-SVN: r161772
parent
3e26ba50
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.c
+1
-1
No files found.
gcc/ChangeLog
View file @
bd7f30a1
2010-07-02 Jan Hubicka <jh@suse.cz>
* config/i386/i386.c (override_options): Revert accidental commit.
2010-07-02 Le-Chun Wu <lcwu@google.com>
2010-07-02 Le-Chun Wu <lcwu@google.com>
PR c++/44128
PR c++/44128
...
...
gcc/config/i386/i386.c
View file @
bd7f30a1
...
@@ -3558,7 +3558,7 @@ override_options (bool main_args_p)
...
@@ -3558,7 +3558,7 @@ override_options (bool main_args_p)
/* Enable sw prefetching at -O3 for CPUS that prefetching is helpful. */
/* Enable sw prefetching at -O3 for CPUS that prefetching is helpful. */
if
(
flag_prefetch_loop_arrays
<
0
if
(
flag_prefetch_loop_arrays
<
0
&&
HAVE_prefetch
&&
HAVE_prefetch
&&
(
optimize
>=
3
||
flag_profile_use
)
&&
optimize
>=
3
&&
software_prefetching_beneficial_p
())
&&
software_prefetching_beneficial_p
())
flag_prefetch_loop_arrays
=
1
;
flag_prefetch_loop_arrays
=
1
;
...
...
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