This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Yours (Richard Kenner's) patch to genrecog
- To: drow at mvista dot com
- Subject: Re: Yours (Richard Kenner's) patch to genrecog
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Tue, 23 Oct 01 17:05:39 EDT
- Cc: gcc-bugs at gcc dot gnu dot org
Silly question, but why switch on (int) XWINT (...)? Why not on XWINT
(...) itself? Does that cause performance problems?
The switch operand is "int" in C.