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
8eeb3159
Commit
8eeb3159
authored
May 04, 2000
by
Richard Henderson
Committed by
Richard Henderson
May 04, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ifcvt.c (noce_process_if_block): Always reset X in the A == B case.
From-SVN: r33690
parent
0927ce96
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 @
8eeb3159
2000
-
05
-
04
Richard
Henderson
<
rth
@cygnus
.
com
>
2000
-
05
-
04
Richard
Henderson
<
rth
@cygnus
.
com
>
*
ifcvt
.
c
(
noce_process_if_block
)
:
Always
reset
X
in
the
A
==
B
case
.
2000
-
05
-
04
Richard
Henderson
<
rth
@cygnus
.
com
>
*
Makefile
.
in
(
FPBIT_FUNCS
):
Remove
_df_to_usi
.
*
Makefile
.
in
(
FPBIT_FUNCS
):
Remove
_df_to_usi
.
(
DPBIT_FUNCS
)
:
Remove
_sf_to_usi
.
(
DPBIT_FUNCS
)
:
Remove
_sf_to_usi
.
(
stmp
-
multilib
)
:
Pass
LIB1ASMSRC
to
libgcc
.
mk
.
(
stmp
-
multilib
)
:
Pass
LIB1ASMSRC
to
libgcc
.
mk
.
...
...
gcc/ifcvt.c
View file @
8eeb3159
...
@@ -1139,8 +1139,8 @@ noce_process_if_block (test_bb, then_bb, else_bb, join_bb)
...
@@ -1139,8 +1139,8 @@ noce_process_if_block (test_bb, then_bb, else_bb, join_bb)
else_bb
->
end
=
PREV_INSN
(
insn_b
);
else_bb
->
end
=
PREV_INSN
(
insn_b
);
reorder_insns
(
insn_b
,
insn_b
,
PREV_INSN
(
if_info
.
cond_earliest
));
reorder_insns
(
insn_b
,
insn_b
,
PREV_INSN
(
if_info
.
cond_earliest
));
insn_b
=
NULL_RTX
;
insn_b
=
NULL_RTX
;
x
=
orig_x
;
}
}
x
=
orig_x
;
goto
success
;
goto
success
;
}
}
...
...
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