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
201012cb
Commit
201012cb
authored
May 11, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(do_jump, case EX_EXPR, NE_EXPR): Fix typo for complex.
From-SVN: r9616
parent
640f9b45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/expr.c
+2
-2
No files found.
gcc/expr.c
View file @
201012cb
...
@@ -9103,7 +9103,7 @@ do_jump (exp, if_false_label, if_true_label)
...
@@ -9103,7 +9103,7 @@ do_jump (exp, if_false_label, if_true_label)
if
(
integer_zerop
(
TREE_OPERAND
(
exp
,
1
)))
if
(
integer_zerop
(
TREE_OPERAND
(
exp
,
1
)))
do_jump
(
TREE_OPERAND
(
exp
,
0
),
if_true_label
,
if_false_label
);
do_jump
(
TREE_OPERAND
(
exp
,
0
),
if_true_label
,
if_false_label
);
else
if
(
GET_MODE_CLASS
(
TYPE_MODE
(
inner_type
))
==
MODE_COMPLEX_FLOAT
else
if
(
GET_MODE_CLASS
(
TYPE_MODE
(
inner_type
))
==
MODE_COMPLEX_FLOAT
||
GET_MODE_CLASS
(
TYPE_MODE
(
inner_type
)
==
MODE_COMPLEX_INT
)
)
||
GET_MODE_CLASS
(
TYPE_MODE
(
inner_type
)
)
==
MODE_COMPLEX_INT
)
do_jump
do_jump
(
fold
(
fold
(
build
(
TRUTH_ANDIF_EXPR
,
TREE_TYPE
(
exp
),
(
build
(
TRUTH_ANDIF_EXPR
,
TREE_TYPE
(
exp
),
...
@@ -9137,7 +9137,7 @@ do_jump (exp, if_false_label, if_true_label)
...
@@ -9137,7 +9137,7 @@ do_jump (exp, if_false_label, if_true_label)
if
(
integer_zerop
(
TREE_OPERAND
(
exp
,
1
)))
if
(
integer_zerop
(
TREE_OPERAND
(
exp
,
1
)))
do_jump
(
TREE_OPERAND
(
exp
,
0
),
if_false_label
,
if_true_label
);
do_jump
(
TREE_OPERAND
(
exp
,
0
),
if_false_label
,
if_true_label
);
else
if
(
GET_MODE_CLASS
(
TYPE_MODE
(
inner_type
))
==
MODE_COMPLEX_FLOAT
else
if
(
GET_MODE_CLASS
(
TYPE_MODE
(
inner_type
))
==
MODE_COMPLEX_FLOAT
||
GET_MODE_CLASS
(
TYPE_MODE
(
inner_type
)
==
MODE_COMPLEX_INT
)
)
||
GET_MODE_CLASS
(
TYPE_MODE
(
inner_type
)
)
==
MODE_COMPLEX_INT
)
do_jump
do_jump
(
fold
(
fold
(
build
(
TRUTH_ORIF_EXPR
,
TREE_TYPE
(
exp
),
(
build
(
TRUTH_ORIF_EXPR
,
TREE_TYPE
(
exp
),
...
...
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