OSDN Git Service

Tidy whitespace.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Mar 2002 01:17:14 +0000 (01:17 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Mar 2002 01:17:14 +0000 (01:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50387 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ssa-ccp.c

index 4b602a3..4dc0aa9 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);
-
 }