• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision475e4aa4dcd1ff9ec4d9a5bcfdf615636712fb54 (tree)
Time2015-04-26 14:52:28
AuthorYoshinori Sato <ysato@sa76...>
CommiterYoshinori Sato

Log Message

remove unneed condition

Change Summary

Incremental Difference

--- a/gcc/config/h8300/h8300.md
+++ b/gcc/config/h8300/h8300.md
@@ -5847,7 +5847,7 @@
58475847 (pc)))]
58485848 "(TARGET_H8300H || TARGET_H8300S)
58495849 && peep2_reg_dead_p (1, operands[0])
5850- && ((TARGET_H8300H && INTVAL (operands[1]) == 3)
5850+ && (INTVAL (operands[1]) == 3
58515851 || INTVAL (operands[1]) == 7
58525852 || INTVAL (operands[1]) == 15
58535853 || INTVAL (operands[1]) == 31