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
037e3d1f
Commit
037e3d1f
authored
Jun 13, 2001
by
Richard Henderson
Committed by
Richard Henderson
Jun 13, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ifcvt.c (dead_or_predicable): Fix return value last patch.
From-SVN: r43357
parent
7c301abf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/ifcvt.c
+1
-1
No files found.
gcc/ChangeLog
View file @
037e3d1f
2001
-
06
-
13
Richard
Henderson
<
rth
@redhat
.
com
>
*
ifcvt
.
c
(
dead_or_predicable
)
:
Fix
return
value
last
patch
.
2001
-
06
-
13
Mark
Mitchell
<
mark
@codesourcery
.
com
>
2001
-
06
-
13
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
NEWS
:
Remove
.
*
NEWS
:
Remove
.
...
...
gcc/ifcvt.c
View file @
037e3d1f
...
@@ -2283,7 +2283,7 @@ dead_or_predicable (test_bb, merge_bb, other_bb, new_dest, reversep)
...
@@ -2283,7 +2283,7 @@ dead_or_predicable (test_bb, merge_bb, other_bb, new_dest, reversep)
{
{
enum
rtx_code
rev
=
reversed_comparison_code
(
cond
,
jump
);
enum
rtx_code
rev
=
reversed_comparison_code
(
cond
,
jump
);
if
(
rev
==
UNKNOWN
)
if
(
rev
==
UNKNOWN
)
return
NULL_RTX
;
return
FALSE
;
cond
=
gen_rtx_fmt_ee
(
rev
,
GET_MODE
(
cond
),
XEXP
(
cond
,
0
),
cond
=
gen_rtx_fmt_ee
(
rev
,
GET_MODE
(
cond
),
XEXP
(
cond
,
0
),
XEXP
(
cond
,
1
));
XEXP
(
cond
,
1
));
if
(
prob_val
)
if
(
prob_val
)
...
...
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