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
4f517a9c
Commit
4f517a9c
authored
Jul 13, 1996
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Haifa support.
From-SVN: r12441
parent
a3950905
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
32 deletions
+0
-32
gcc/config/rs6000/rs6000.h
+0
-32
No files found.
gcc/config/rs6000/rs6000.h
View file @
4f517a9c
...
...
@@ -441,38 +441,6 @@ struct rs6000_cpu_select
extern
struct
rs6000_cpu_select
rs6000_select
[];
/* start-sanitize-haifa */
#ifdef HAIFA
/* Some machines may desire to change what optimizations are
performed for various optimization levels. This macro, if
defined, is executed once just after the optimization level is
determined and before the remainder of the command options have
been parsed. Values set in this macro are used as the default
values for the other command line options.
LEVEL is the optimization level specified; 2 if `-O2' is
specified, 1 if `-O' is specified, and 0 if neither is specified.
You should not use this macro to change options that are not
machine-specific. These should uniformly selected by the same
optimization level on all supported machines. Use this macro to
enable machbine-specific optimizations.
*Do not examine `write_symbols' in this macro!* The debugging
options are not supposed to alter the generated code.
AIX maps in page 0, so that we can safely do speculative loads */
#define OPTIMIZATION_OPTIONS(LEVEL) \
do { \
if (TARGET_AIX && (LEVEL) >= 2) { \
flag_schedule_speculative_load = 1; \
} \
} while (0)
#endif
/* HAIFA */
/* end-sanitize-haifa */
/* Sometimes certain combinations of command options do not make sense
on a particular target machine. You can define a macro
...
...
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