]> git.ipfire.org Git - thirdparty/gcc.git/commit
h8300.c (h8300_tiny_constant_address_p): Use a switch statement instead of a chain...
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 26 Jan 2004 20:21:11 +0000 (20:21 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 26 Jan 2004 20:21:11 +0000 (20:21 +0000)
commitd6456562b6801f0147fd10fa00c4fd76709d6b2b
treefc522414beed0e8a0f60e44e9b52eb9003e9699d
parent6f69173e896f251b47075d29b7d146e6b51fc5ac
h8300.c (h8300_tiny_constant_address_p): Use a switch statement instead of a chain of if statements.

* config/h8300/h8300.c (h8300_tiny_constant_address_p): Use a
switch statement instead of a chain of if statements.

From-SVN: r76663
gcc/ChangeLog
gcc/config/h8300/h8300.c