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
e235df1f
Commit
e235df1f
authored
Apr 14, 2003
by
Kaveh Ghazi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix formatting in last commit.
From-SVN: r65559
parent
fda8869b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/builtins.c
+3
-3
No files found.
gcc/builtins.c
View file @
e235df1f
...
...
@@ -2323,9 +2323,9 @@ expand_builtin_memcpy (arglist, target, mode, endp)
#endif
if
(
endp
)
{
rtx
result
=
gen_rtx_PLUS
(
GET_MODE
(
dest_mem
),
dest_mem
,
len_rtx
);
rtx
result
=
gen_rtx_PLUS
(
GET_MODE
(
dest_mem
),
dest_mem
,
len_rtx
);
if
(
endp
==
2
)
result
=
simplify_gen_binary
(
MINUS
,
GET_MODE
(
result
),
result
,
const1_rtx
);
result
=
simplify_gen_binary
(
MINUS
,
GET_MODE
(
result
),
result
,
const1_rtx
);
return
result
;
}
else
...
...
@@ -2352,7 +2352,7 @@ expand_builtin_memcpy (arglist, target, mode, endp)
{
rtx
result
=
gen_rtx_PLUS
(
GET_MODE
(
dest_addr
),
dest_addr
,
len_rtx
);
if
(
endp
==
2
)
result
=
simplify_gen_binary
(
MINUS
,
GET_MODE
(
result
),
result
,
const1_rtx
);
result
=
simplify_gen_binary
(
MINUS
,
GET_MODE
(
result
),
result
,
const1_rtx
);
return
result
;
}
else
...
...
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