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
6dbd43ba
Commit
6dbd43ba
authored
Sep 28, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 28, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* optabs.c, optabs.h: Fix comment typos.
From-SVN: r88228
parent
ecaa611b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/optabs.c
+1
-1
gcc/optabs.h
+1
-1
No files found.
gcc/ChangeLog
View file @
6dbd43ba
2004
-
09
-
28
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
optabs
.
c
,
optabs
.
h
:
Fix
comment
typos
.
2004
-
09
-
28
Eric
Botcazou
<
ebotcazou
@
act
-
europe
.
fr
>
*
config
/
sparc
/
sparc
.
md
(
call_address_struct_value_sp32
):
...
...
gcc/optabs.c
View file @
6dbd43ba
...
...
@@ -5145,7 +5145,7 @@ expand_vec_cond_expr (tree vec_cond_expr, rtx target)
if
(
!
target
)
target
=
gen_reg_rtx
(
mode
);
/* Get comparis
ion rtx.
First expand both cond expr operands. */
/* Get comparis
on rtx.
First expand both cond expr operands. */
comparison
=
vector_compare_rtx
(
TREE_OPERAND
(
vec_cond_expr
,
0
),
unsignedp
,
icode
);
cc_op0
=
XEXP
(
comparison
,
0
);
...
...
gcc/optabs.h
View file @
6dbd43ba
...
...
@@ -504,7 +504,7 @@ extern void expand_float (rtx, rtx, int);
/* Generate code for a FIX_EXPR. */
extern
void
expand_fix
(
rtx
,
rtx
,
int
);
/* Return tree if target supports vector operatio
sn
for COND_EXPR. */
/* Return tree if target supports vector operatio
ns
for COND_EXPR. */
bool
expand_vec_cond_expr_p
(
tree
,
enum
machine_mode
);
/* Generate code for VEC_COND_EXPR. */
...
...
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