More comment tweaks.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jan 1998 23:04:34 +0000 (23:04 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Jan 1998 23:04:34 +0000 (23:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17525 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m32r/m32r.md

index fc1b4cc..5e40acd 100644 (file)
        {
          /* Try to use auto-inc addressing if we can.  */
          if (GET_CODE (XEXP (operands[1], 0)) == REG
+           /* ??? This is WRONG, dead_or_set_p cannot be used after reload
+              because the REG_DEAD notes are not maintained after reload.  */
              && dead_or_set_p (insn, XEXP (operands[1], 0)))
            {
              operands[1] = XEXP (operands[1], 0);
     case 3 :
       /* Try to use auto-inc addressing if we can.  */
       if (GET_CODE (XEXP (operands[0], 0)) == REG
+         /* ??? This is WRONG, dead_or_set_p cannot be used after reload
+            because the REG_DEAD notes are not maintained after reload.  */
          && dead_or_set_p (insn, XEXP (operands[0], 0)))
        {
          operands[0] = XEXP (operands[0], 0);
        {
          /* Try to use auto-inc addressing if we can.  */
          if (GET_CODE (XEXP (operands[1], 0)) == REG
+             /* ??? This is WRONG, dead_or_set_p cannot be used after reload
+                because the REG_DEAD notes are not maintained after reload.  */
              && dead_or_set_p (insn, XEXP (operands[1], 0)))
            {
              operands[1] = XEXP (operands[1], 0);
     case 3 :
       /* Try to use auto-inc addressing if we can.  */
       if (GET_CODE (XEXP (operands[0], 0)) == REG
+         /* ??? This is WRONG, dead_or_set_p cannot be used after reload
+            because the REG_DEAD notes are not maintained after reload.  */
          && dead_or_set_p (insn, XEXP (operands[0], 0)))
        {
          operands[0] = XEXP (operands[0], 0);