]> gcc.gnu.org Git - gcc.git/commitdiff
jump.c (jump_optimize): Remove debug messages accidentally left in with the previous...
authorRichard Henderson <rth@cygnus.com>
Tue, 2 Jun 1998 23:12:06 +0000 (16:12 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 2 Jun 1998 23:12:06 +0000 (16:12 -0700)
* jump.c (jump_optimize): Remove debug messages accidentally left in
with the previous change.

From-SVN: r20203

gcc/ChangeLog
gcc/jump.c

index 1da6c5bcc437372c85d4a534dc8e92d947527869..1487dc213b551cafb19433140dbf3275b8f39a8c 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jun  2 23:14:01 1998  Richard Henderson  <rth@cygnus.com>
+
+       * jump.c (jump_optimize): Remove debug messages accidentally left in
+       with the previous change.
+
 Tue Jun  2 22:46:08 1998  Richard Henderson  <rth@cygnus.com>
 
        * expr.c (store_expr): Revert stray patch associated with
index 527356ec8047ac620ad3cdc70434552a1f06813c..606fe2879989d65fcac0a84ca8cc58e39a0eafdb 100644 (file)
@@ -804,16 +804,6 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan)
              rtx q;
 #endif
 
-             if (!(GET_CODE (SET_SRC (temp4)) == REG
-                   || GET_CODE (SET_SRC (temp4)) == SUBREG
-                   || (GET_CODE (SET_SRC (temp4)) == MEM
-                       && RTX_UNCHANGING_P (SET_SRC (temp4)))
-                   || CONSTANT_P (SET_SRC (temp4))))
-               {
-                 fprintf(stderr, "\nxyzzy 1\n");
-                 debug_rtx (temp4);
-               }
-
              /* Set P to the first jump insn that goes around "x = a;".  */
              for (p = temp; nuses && p; p = prev_nonnote_insn (p))
                {
@@ -1206,16 +1196,6 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan)
 #endif
              )
            {
-             if (! (GET_CODE (temp2) == REG
-                    || (GET_CODE (temp2) == MEM && RTX_UNCHANGING_P (temp2))
-                    || GET_CODE (temp2) == SUBREG
-                    /* ??? How about floating point constants?  */
-                    || CONSTANT_P (temp2)))
-               {
-                 fprintf(stderr, "\nxyzzy 2\n");
-                 debug_rtx (PATTERN (temp));
-               }
-
 #ifdef HAVE_conditional_move
              /* First try a conditional move.  */
              {
This page took 0.076308 seconds and 5 git commands to generate.