(memory_address): Add missing "else".
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Feb 1995 23:46:44 +0000 (18:46 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Feb 1995 23:46:44 +0000 (18:46 -0500)
From-SVN: r9037

gcc/explow.c

index 78e379716dea1447f1f06fee96d609c270e2a2a7..4d6aac85bc808a15603fb4549f5d186b3fda21a3 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines for manipulating rtx's in semantically interesting ways.
-   Copyright (C) 1987, 1991, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1991, 1994, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -400,7 +400,7 @@ memory_address (mode, x)
            }
        }
 
-      if (GET_CODE (x) == MULT || GET_CODE (x) == MINUS)
+      else if (GET_CODE (x) == MULT || GET_CODE (x) == MINUS)
        x = force_operand (x, NULL_RTX);
 
       /* If we have a register that's an invalid address,