translate_sse: remove useless generated function wrappers
authorLuca Barbieri <luca@luca-barbieri.com>
Tue, 10 Aug 2010 08:31:48 +0000 (10:31 +0200)
committerLuca Barbieri <luca@luca-barbieri.com>
Mon, 16 Aug 2010 14:57:05 +0000 (16:57 +0200)
commit68e74f1b0110348a44f589739c6edf3fe8e2b368
tree14e486c744945fededb92656eba7c37dc4200bf9
parent1cb92fb92e69b5b138293398a98665c2a3c63a5b
translate_sse: remove useless generated function wrappers

Currently translate_sse puts two trivial wrappers in the translate vtable.

These slow it down and enlarge the source code for no gain, except perhaps
the ability to set a breakpoint there, so remove them.

Breakpoints can be set on the caller of the translate functions, with no
loss of functionality.
src/gallium/auxiliary/translate/translate_sse.c