Fix irix6 linker warning, multiply defined target_temp_slot_level.
authorJim Wilson <wilson@cygnus.com>
Wed, 6 May 1998 15:55:26 +0000 (15:55 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 6 May 1998 15:55:26 +0000 (08:55 -0700)
* expr.c (target_temp_slot_level): Delete duplicate definition.

From-SVN: r19584

gcc/ChangeLog
gcc/expr.c

index 51beb67029ea17fa244988ee344dd479666e78ab..8b2c2b82a909ac239117f0ab65df31974e61c267 100644 (file)
@@ -1,3 +1,7 @@
+Wed May  6 15:51:39 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * expr.c (target_temp_slot_level): Delete duplicate definition.
+
 Wed May  6 16:46:01 1998  Jeffrey A Law  (law@cygnus.com)
 
        * loop.c (regs_match_p): Fix typo in prototype.
index 3fb9280bd57c7ed81a136a521d37d091504286cf..ae3680cf2c89c54afafb23704b5fae99a9cee3b2 100644 (file)
@@ -95,12 +95,6 @@ int pending_stack_adjust;
    and in other cases as well.  */
 int inhibit_defer_pop;
 
-/* When temporaries are created by TARGET_EXPRs, they are created at
-   this level of temp_slot_level, so that they can remain allocated
-   until no longer needed.  CLEANUP_POINT_EXPRs define the lifetime
-   of TARGET_EXPRs.  */
-int target_temp_slot_level;
-
 /* Nonzero means __builtin_saveregs has already been done in this function.
    The value is the pseudoreg containing the value __builtin_saveregs
    returned.  */