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
c8465d86
Commit
c8465d86
authored
May 05, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(do_jump): Fix error in last change.
From-SVN: r9583
parent
3ce88d8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
8 deletions
+16
-8
gcc/expr.c
+16
-8
No files found.
gcc/expr.c
View file @
c8465d86
...
...
@@ -9106,14 +9106,18 @@ do_jump (exp, if_false_label, if_true_label)
(
fold
(
build
(
TRUTH_ANDIF_EXPR
,
TREE_TYPE
(
exp
),
fold
(
build
(
EQ_EXPR
,
TREE_TYPE
(
exp
),
fold
(
build1
(
REALPART_EXPR
,
inner_type
,
fold
(
build1
(
REALPART_EXPR
,
TREE_TYPE
(
inner_type
),
TREE_OPERAND
(
exp
,
0
))),
fold
(
build1
(
REALPART_EXPR
,
inner_type
,
fold
(
build1
(
REALPART_EXPR
,
TREE_TYPE
(
inner_type
),
TREE_OPERAND
(
exp
,
1
))))),
fold
(
build
(
EQ_EXPR
,
TREE_TYPE
(
exp
),
fold
(
build1
(
IMAGPART_EXPR
,
inner_type
,
fold
(
build1
(
IMAGPART_EXPR
,
TREE_TYPE
(
inner_type
),
TREE_OPERAND
(
exp
,
0
))),
fold
(
build1
(
IMAGPART_EXPR
,
inner_type
,
fold
(
build1
(
IMAGPART_EXPR
,
TREE_TYPE
(
inner_type
),
TREE_OPERAND
(
exp
,
1
))))))),
if_false_label
,
if_true_label
);
else
if
(
GET_MODE_CLASS
(
TYPE_MODE
(
inner_type
))
==
MODE_INT
...
...
@@ -9136,14 +9140,18 @@ do_jump (exp, if_false_label, if_true_label)
(
fold
(
build
(
TRUTH_ORIF_EXPR
,
TREE_TYPE
(
exp
),
fold
(
build
(
NE_EXPR
,
TREE_TYPE
(
exp
),
fold
(
build1
(
REALPART_EXPR
,
inner_type
,
fold
(
build1
(
REALPART_EXPR
,
TREE_TYPE
(
inner_type
),
TREE_OPERAND
(
exp
,
0
))),
fold
(
build1
(
REALPART_EXPR
,
inner_type
,
fold
(
build1
(
REALPART_EXPR
,
TREE_TYPE
(
inner_type
),
TREE_OPERAND
(
exp
,
1
))))),
fold
(
build
(
NE_EXPR
,
TREE_TYPE
(
exp
),
fold
(
build1
(
IMAGPART_EXPR
,
inner_type
,
fold
(
build1
(
IMAGPART_EXPR
,
TREE_TYPE
(
inner_type
),
TREE_OPERAND
(
exp
,
0
))),
fold
(
build1
(
IMAGPART_EXPR
,
inner_type
,
fold
(
build1
(
IMAGPART_EXPR
,
TREE_TYPE
(
inner_type
),
TREE_OPERAND
(
exp
,
1
))))))),
if_false_label
,
if_true_label
);
else
if
(
GET_MODE_CLASS
(
TYPE_MODE
(
inner_type
))
==
MODE_INT
...
...
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