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
b49c27c3
Commit
b49c27c3
authored
Nov 09, 2012
by
Richard Henderson
Committed by
Richard Henderson
Nov 09, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use hook_bool_void_true for TARGET_LRA_P
From-SVN: r193370
parent
64fbcc74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
gcc/ChangeLog
+5
-0
gcc/config/i386/i386.c
+1
-8
No files found.
gcc/ChangeLog
View file @
b49c27c3
2012
-
11
-
09
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
i386
/
i386
.
c
(
ix86_lra_p
)
:
Remove
.
(
TARGET_LRA_P
)
:
Use
hook_bool_void_true
.
2012
-
11
-
09
Jason
Merrill
<
jason
@redhat
.
com
>
*
attribs
.
c
(
lookup_attribute_spec
)
:
Handle
getting
a
TREE_LIST
.
gcc/config/i386/i386.c
View file @
b49c27c3
...
...
@@ -32856,13 +32856,6 @@ ix86_free_from_memory (enum machine_mode mode)
}
}
/* Return true if we use LRA instead of reload pass. */
static
bool
ix86_lra_p
(
void
)
{
return
true
;
}
/* Return a register priority for hard reg REGNO. */
static
int
ix86_register_priority
(
int
hard_regno
)
...
...
@@ -42119,7 +42112,7 @@ ix86_memmodel_check (unsigned HOST_WIDE_INT val)
#define TARGET_LEGITIMATE_ADDRESS_P ix86_legitimate_address_p
#undef TARGET_LRA_P
#define TARGET_LRA_P
ix86_lra_p
#define TARGET_LRA_P
hook_bool_void_true
#undef TARGET_REGISTER_PRIORITY
#define TARGET_REGISTER_PRIORITY ix86_register_priority
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