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
0310c414
Commit
0310c414
authored
Jun 10, 2003
by
Richard Henderson
Committed by
Richard Henderson
Jun 10, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* optabs.c (gen_cond_trap): Fix prepare_operand typo.
From-SVN: r67753
parent
15d11f13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/optabs.c
+1
-1
No files found.
gcc/ChangeLog
View file @
0310c414
2003-06-10 Richard Henderson <rth@redhat.com>
2003-06-10 Richard Henderson <rth@redhat.com>
* optabs.c (gen_cond_trap): Fix prepare_operand typo.
2003-06-10 Richard Henderson <rth@redhat.com>
* config/ia64/ia64.md (call_gp): Fix memory mode.
* config/ia64/ia64.md (call_gp): Fix memory mode.
2003-06-10 James E Wilson <wilson@tuliptree.org>
2003-06-10 James E Wilson <wilson@tuliptree.org>
...
...
gcc/optabs.c
View file @
0310c414
...
@@ -5849,7 +5849,7 @@ gen_cond_trap (code, op1, op2, tcode)
...
@@ -5849,7 +5849,7 @@ gen_cond_trap (code, op1, op2, tcode)
start_sequence
();
start_sequence
();
op1
=
prepare_operand
(
icode
,
op1
,
0
,
mode
,
mode
,
0
);
op1
=
prepare_operand
(
icode
,
op1
,
0
,
mode
,
mode
,
0
);
op2
=
prepare_operand
(
icode
,
op2
,
0
,
mode
,
mode
,
0
);
op2
=
prepare_operand
(
icode
,
op2
,
1
,
mode
,
mode
,
0
);
emit_insn
(
GEN_FCN
(
icode
)
(
op1
,
op2
));
emit_insn
(
GEN_FCN
(
icode
)
(
op1
,
op2
));
PUT_CODE
(
trap_rtx
,
code
);
PUT_CODE
(
trap_rtx
,
code
);
...
...
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