* config/lm32/lm32.c (lm32_compute_frame_size): Fix typo.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Jun 2012 08:45:32 +0000 (08:45 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Jun 2012 08:45:32 +0000 (08:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189067 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/lm32/lm32.c

index 7932194..1e8796c 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-29  Nick Clifton  <nickc@redhat.com>
+
+       * config/lm32/lm32.c (lm32_compute_frame_size): Fix typo.
+
 2012-06-29  Jakub Jelinek  <jakub@redhat.com>
 
        * tree-vect-stmts.c (vectorizable_operation): Check both
index 198f1e8..376df05 100644 (file)
@@ -460,7 +460,7 @@ lm32_compute_frame_size (int size)
          callee_size += UNITS_PER_WORD;
        }
     }
-  if (df_regs_ever_live_p (RA_REGNUM) || crtl->is_leaf!
+  if (df_regs_ever_live_p (RA_REGNUM) || ! crtl->is_leaf
       || !optimize)
     {
       reg_save_mask |= 1 << RA_REGNUM;