commit | 773ff78838ca3c07245e45c06235e0baaa5f710a | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Fri Dec 08 01:04:45 2006 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Dec 09 01:03:59 2006 +0000 |
tree | c238920f34ab310a7a3d426cefbf9ebb1d5ea78c | |
parent | 52ffe760ea9ec407292d093c3f06c1cda5187228 [diff] |
[MIPS] Optimize flow of csum_partial Delete dead codes at end of the function and move small_csumcopy there. This makes some labels (maybe_end_cruft, small_memcpy, end_bytes, out) needless and eliminates some branches. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>