Commit 2a0cba30 by Kazu Hirata Committed by Kazu Hirata

* config/m68k/m68k.c (notice_update_cc): Remove useless code.

From-SVN: r107576
parent 965d7fa4
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
......
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment