(gen_push_operand): No longer static.
authorRichard Stallman <rms@gnu.org>
Sun, 25 Oct 1992 22:22:00 +0000 (22:22 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 25 Oct 1992 22:22:00 +0000 (22:22 +0000)
From-SVN: r2603

gcc/expr.c

index 1641a9c..c42eb2f 100644 (file)
@@ -1567,7 +1567,7 @@ push_block (size, extra, below)
   return memory_address (GET_CLASS_NARROWEST_MODE (MODE_INT), temp);
 }
 
-static rtx
+rtx
 gen_push_operand ()
 {
   return gen_rtx (STACK_PUSH_CODE, Pmode, stack_pointer_rtx);