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
6f83092f
Commit
6f83092f
authored
Nov 19, 2011
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expmed.c (store_bit_field_1): Revert bogus formatting change.
From-SVN: r181511
parent
a6b7e723
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
gcc/ChangeLog
+6
-2
gcc/expmed.c
+1
-2
No files found.
gcc/ChangeLog
View file @
6f83092f
2011
-
11
-
19
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
expmed
.
c
(
store_bit_field_1
):
Revert
bogus
formatting
change
.
2011
-
11
-
19
Richard
Earnshaw
<
rearnsha
@
arm
.
com
>
PR
target
/
50493
*
arm
.
c
(
neon_disambiguate_copy
):
Correctly
handle
partial
overlap
of
src
and
dest
operands
.
*
config
/
arm
/
arm
.
c
(
neon_disambiguate_copy
):
Correctly
handle
partial
o
verlap
o
f
src
and
dest
operands
.
2011
-
11
-
19
Iain
Sandoe
<
iains
@
gcc
.
gnu
.
org
>
gcc/expmed.c
View file @
6f83092f
...
...
@@ -543,8 +543,7 @@ store_bit_field_1 (rtx str_rtx, unsigned HOST_WIDE_INT bitsize,
is not allowed. */
fieldmode
=
GET_MODE
(
value
);
if
(
fieldmode
==
VOIDmode
)
fieldmode
=
smallest_mode_for_size
(
nwords
*
BITS_PER_WORD
,
MODE_INT
);
fieldmode
=
smallest_mode_for_size
(
nwords
*
BITS_PER_WORD
,
MODE_INT
);
last
=
get_last_insn
();
for
(
i
=
0
;
i
<
nwords
;
i
++
)
...
...
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