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)
commitdf9247b2647f5bdc255bb4002d9577cade7d93ac
treef821c64bc36009ebf35b17f6c9e887bf9c21ebe5
parentc6945b153cff51712263ec4abfee5e3ecc5e2577
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