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
5c464583
Commit
5c464583
authored
Feb 19, 2002
by
Graham Stott
Committed by
Graham Stott
Feb 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.c (ix86_expand_builtin): Fix typo.
From-SVN: r49876
parent
b1c1a22f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.c
+1
-1
No files found.
gcc/ChangeLog
View file @
5c464583
2002-02-19 Graham Stott <grahams@redhat.com>
* config/i386/i386.c (ix86_expand_builtin): Fix typo.
2002-02-19 David Edelsohn <edelsohn@gnu.org>
2002-02-19 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
* config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
...
...
gcc/config/i386/i386.c
View file @
5c464583
...
@@ -11713,7 +11713,7 @@ ix86_expand_builtin (exp, target, subtarget, mode, ignore)
...
@@ -11713,7 +11713,7 @@ ix86_expand_builtin (exp, target, subtarget, mode, ignore)
mode1
=
insn_data
[
icode
].
operand
[
1
].
mode
;
mode1
=
insn_data
[
icode
].
operand
[
1
].
mode
;
mode2
=
insn_data
[
icode
].
operand
[
2
].
mode
;
mode2
=
insn_data
[
icode
].
operand
[
2
].
mode
;
if
(
!
(
*
insn_data
[
icode
].
operand
[
1
].
predicate
)
(
op0
,
mode0
))
if
(
!
(
*
insn_data
[
icode
].
operand
[
0
].
predicate
)
(
op0
,
mode0
))
op0
=
copy_to_mode_reg
(
mode0
,
op0
);
op0
=
copy_to_mode_reg
(
mode0
,
op0
);
if
(
!
(
*
insn_data
[
icode
].
operand
[
1
].
predicate
)
(
op1
,
mode1
))
if
(
!
(
*
insn_data
[
icode
].
operand
[
1
].
predicate
)
(
op1
,
mode1
))
op1
=
copy_to_mode_reg
(
mode1
,
op1
);
op1
=
copy_to_mode_reg
(
mode1
,
op1
);
...
...
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