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
2a0cba30
Commit
2a0cba30
authored
Nov 27, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/m68k/m68k.c (notice_update_cc): Remove useless code.
From-SVN: r107576
parent
965d7fa4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/config/m68k/m68k.c
+0
-2
No files found.
gcc/ChangeLog
View file @
2a0cba30
2005
-
11
-
27
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
config
/
m68k
/
m68k
.
c
(
notice_update_cc
)
:
Remove
useless
code
.
2005
-
11
-
27
Andrew
Pinski
<
pinskia
@physics
.
uc
.
edu
>
2005
-
11
-
27
Andrew
Pinski
<
pinskia
@physics
.
uc
.
edu
>
PR
middle
-
end
/
24575
PR
middle
-
end
/
24575
...
...
gcc/config/m68k/m68k.c
View file @
2a0cba30
...
@@ -2367,8 +2367,6 @@ notice_update_cc (rtx exp, rtx insn)
...
@@ -2367,8 +2367,6 @@ notice_update_cc (rtx exp, rtx insn)
||
GET_CODE
(
SET_SRC
(
exp
))
==
MEM
||
GET_CODE
(
SET_SRC
(
exp
))
==
MEM
||
GET_CODE
(
SET_SRC
(
exp
))
==
CONST_DOUBLE
))
||
GET_CODE
(
SET_SRC
(
exp
))
==
CONST_DOUBLE
))
CC_STATUS_INIT
;
CC_STATUS_INIT
;
else
if
(
GET_CODE
(
SET_SRC
(
exp
))
==
CALL
)
CC_STATUS_INIT
;
else
if
(
XEXP
(
exp
,
0
)
!=
pc_rtx
)
else
if
(
XEXP
(
exp
,
0
)
!=
pc_rtx
)
{
{
cc_status
.
flags
=
0
;
cc_status
.
flags
=
0
;
...
...
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