Tidy whitespace.
authorRichard Henderson <rth@gcc.gnu.org>
Thu, 7 Mar 2002 01:17:14 +0000 (17:17 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 7 Mar 2002 01:17:14 +0000 (17:17 -0800)
From-SVN: r50387

gcc/ssa-ccp.c

index 4b602a3875e42950978a5c96ac6ee8d30c2c8f23..4dc0aa9cfecc2365d1a6241be4355be8f96b8454 100644 (file)
@@ -1222,5 +1222,4 @@ ssa_fast_dce (df)
   /* Update the use-def chains in the df_analyzer as needed.  */
   df_analyse (df_analyzer, 0,
               DF_RD_CHAIN | DF_RU_CHAIN | DF_REG_INFO | DF_HARD_REGS);
-
 }