builtins.c (expand_builtin): Use a switch statement to list those functions not expan...
commit8d51ecf8a06d682387cdb49aa00daa5c59b3e4eb
authorRoger Sayle <roger@eyesopen.com>
Tue, 11 Dec 2001 14:51:55 +0000 (11 15:51 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Tue, 11 Dec 2001 14:51:55 +0000 (11 15:51 +0100)
treea83f26c0fbf4fb7c476808332fa14faa7b9ec89f
parent19cfdd34bc7ae1a414ca0f9157d88ceed5655dc2
builtins.c (expand_builtin): Use a switch statement to list those functions not expanded without...

* builtins.c (expand_builtin): Use a switch statement to list
those functions not expanded without optimizations, instead of a
series of equality tests.

From-SVN: r47876
gcc/ChangeLog
gcc/builtins.c