final.c (output_asm_insn): Use strtoul instead of atoi, save a loop.
authorGeoffrey Keating <geoffk@apple.com>
Fri, 10 Sep 2004 19:01:04 +0000 (19:01 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 10 Sep 2004 19:01:04 +0000 (19:01 +0000)
commitc383c15f2961771877e363073e38ef371405f0dc
treed2725cf5eb7f64356f71e827157bd7a30edac841
parent1adaa117728eb44d11776c676448d84b0a5c3111
final.c (output_asm_insn): Use strtoul instead of atoi, save a loop.

* final.c (output_asm_insn): Use strtoul instead of atoi, save a
loop.

From-SVN: r87316
gcc/ChangeLog
gcc/final.c