修訂 | 475e4aa4dcd1ff9ec4d9a5bcfdf615636712fb54 (tree) |
---|---|
時間 | 2015-04-26 14:52:28 |
作者 | Yoshinori Sato <ysato@sa76...> |
Commiter | Yoshinori Sato |
remove unneed condition
@@ -5847,7 +5847,7 @@ | ||
5847 | 5847 | (pc)))] |
5848 | 5848 | "(TARGET_H8300H || TARGET_H8300S) |
5849 | 5849 | && peep2_reg_dead_p (1, operands[0]) |
5850 | - && ((TARGET_H8300H && INTVAL (operands[1]) == 3) | |
5850 | + && (INTVAL (operands[1]) == 3 | |
5851 | 5851 | || INTVAL (operands[1]) == 7 |
5852 | 5852 | || INTVAL (operands[1]) == 15 |
5853 | 5853 | || INTVAL (operands[1]) == 31 |