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
da02a644
Commit
da02a644
authored
Aug 27, 2013
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove experimental LRA test
From-SVN: r202022
parent
1c5abb53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/rx/rx.c
+3
-3
No files found.
gcc/config/rx/rx.c
View file @
da02a644
...
...
@@ -1021,9 +1021,9 @@ rx_gen_move_template (rtx * operands, bool is_movu)
gcc_assert
(
!
is_movu
);
if
(
REG_P
(
src
)
&&
REG_P
(
dest
)
&&
(
REGNO
(
dest
)
==
REGNO
(
src
)
+
1
))
sprintf
(
out_template
,
"mov.L
\t
%
H1, %H0 | mov.L
\t
%1,
%0"
);
sprintf
(
out_template
,
"mov.L
\t
%
%H1, %%H0 ! mov.L
\t
%%1, %
%0"
);
else
sprintf
(
out_template
,
"mov.L
\t
%
1, %0 | mov.L
\t
%H1,
%H0"
);
sprintf
(
out_template
,
"mov.L
\t
%
%1, %%0 ! mov.L
\t
%%H1, %
%H0"
);
}
else
sprintf
(
out_template
,
"%s%s
\t
%s, %s"
,
is_movu
?
"movu"
:
"mov"
,
...
...
@@ -3270,7 +3270,7 @@ rx_ok_to_inline (tree caller, tree callee)
static
bool
rx_enable_lra
(
void
)
{
return
TARGET_ENABLE_LRA
||
1
;
return
TARGET_ENABLE_LRA
;
}
...
...
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