unuglyfying code
authorAldy Hernandez <aldyh@gcc.gnu.org>
Sun, 23 Jul 2000 17:12:04 +0000 (17:12 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Sun, 23 Jul 2000 17:12:04 +0000 (17:12 +0000)
From-SVN: r35205

gcc/explow.c

index ff4f4c4229be0f71673f216081417ebf53e635ce..ce7118eeb17141e2a04a8f18c8c6782a1f901349 100644 (file)
@@ -842,8 +842,10 @@ force_not_mem (x)
      rtx x;
 {
   register rtx temp;
+
   if (GET_CODE (x) != MEM || GET_MODE (x) == BLKmode)
     return x;
+
   temp = gen_reg_rtx (GET_MODE (x));
   emit_move_insn (temp, x);
   return temp;