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
80f251fe
Commit
80f251fe
authored
Feb 26, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LEGITIMIZE_ADDRESS): Add missing args to calls to expand_binop.
From-SVN: r3539
parent
7cbfceab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/alpha/alpha.h
+2
-2
No files found.
gcc/config/alpha/alpha.h
View file @
80f251fe
...
@@ -1104,7 +1104,7 @@ extern char *current_function_name;
...
@@ -1104,7 +1104,7 @@ extern char *current_function_name;
HOST_WIDE_INT highpart = val - lowpart; \
HOST_WIDE_INT highpart = val - lowpart; \
rtx high = GEN_INT (highpart); \
rtx high = GEN_INT (highpart); \
rtx temp = expand_binop (Pmode, add_optab, XEXP (x, 0), \
rtx temp = expand_binop (Pmode, add_optab, XEXP (x, 0), \
high,
0, OPTAB_LIB_WIDEN);
\
high,
NULL_RTX, 1, OPTAB_LIB_WIDEN);
\
\
\
(X) = plus_constant (temp, lowpart); \
(X) = plus_constant (temp, lowpart); \
goto WIN; \
goto WIN; \
...
@@ -1139,7 +1139,7 @@ extern char *current_function_name;
...
@@ -1139,7 +1139,7 @@ extern char *current_function_name;
\
\
high = expand_binop (Pmode, add_optab, XEXP (X, 0), \
high = expand_binop (Pmode, add_optab, XEXP (X, 0), \
force_reg (Pmode, high), \
force_reg (Pmode, high), \
high, OPTAB_LIB_WIDEN); \
high,
1,
OPTAB_LIB_WIDEN); \
(X) = plus_constant (high, lowpart); \
(X) = plus_constant (high, lowpart); \
goto WIN; \
goto WIN; \
} \
} \
...
...
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