# HG changeset patch # User vitor # Date 1217219048 0 # Node ID 014780c0949462c1619dd65d6cccc76335526c06 # Parent 6a029d8dcfa87d6183812a38157b1f9d1a2d19fd Cosmetics: do not align with now removed next instruction diff -r 6a029d8dcfa8 -r 014780c09494 ra288.c --- a/ra288.c Mon Jul 28 04:07:18 2008 +0000 +++ b/ra288.c Mon Jul 28 04:24:08 2008 +0000 @@ -177,7 +177,7 @@ float work[111]; /* update history */ - memmove(hist , hist + n, (order + non_rec)*sizeof(*hist)); + memmove(hist, hist + n, (order + non_rec)*sizeof(*hist)); for (x=0; x < n; x++) hist[order + non_rec + x] = in[n-x-1];