tcg_temp_local_new should take no parameter
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 1 Jan 2009 14:09:05 +0000 (14:09 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 1 Jan 2009 14:09:05 +0000 (14:09 +0000)
commitc8c42bf616c29c44250bc9bfa61759738537bce3
treef821c64bc36009ebf35b17f6c9e887bf9c21ebe5
parentc94419d4f161f88cf7e97bc3bc1287b9579e6899
tcg_temp_local_new should take no parameter

This patch removes useless type information in some calls to
tcg_temp_local_new.  It also removes the parameter from the
macro declaration;  if a target has to use a specific non-default
size then it should use tcg_temp_local_new_{i32,i64}.

Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6146 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/translate.c
target-sh4/translate.c
tcg/tcg-op.h