aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-02-18 23:47:59 +0000
committerJeff Law <law@gcc.gnu.org>1998-02-18 16:47:59 -0700
commit3875b31da7e22e83f5a5ca696e88a7c13f967b75 (patch)
treef01bbfb943cd25839e0f686e373c25f429fccc0f /gcc/loop.c
parent8edcf09f308ac231e40afebacd2c94dba502f809 (diff)
downloadgcc-3875b31da7e22e83f5a5ca696e88a7c13f967b75.zip
gcc-3875b31da7e22e83f5a5ca696e88a7c13f967b75.tar.gz
gcc-3875b31da7e22e83f5a5ca696e88a7c13f967b75.tar.bz2
* loop.c (force_movables): Fix typo.
From-SVN: r18102
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 2a3bcec..ddce9e8 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -1305,7 +1305,7 @@ force_movables (movables)
{
m->forces = m1;
m1->lifetime += m->lifetime;
- m1->savings += m1->savings;
+ m1->savings += m->savings;
}
}
}