diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-02 18:25:27 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-02 18:25:27 +0000 |
commit | 00f219bf50f05f75706baa7e6660c9fd1095b666 (patch) | |
tree | e4966199f91384a304ad2d40a26cdfb5bf6a6c74 /target-sparc/op.c | |
parent | 38bc628b08e5d43024cb407cd0605a068fcc5536 (diff) |
Convert movr and (partially) movcc to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4010 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r-- | target-sparc/op.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c index eadd1fd418..11a5519cb8 100644 --- a/target-sparc/op.c +++ b/target-sparc/op.c @@ -1589,12 +1589,6 @@ void OPPROTO op_fmovq_cc(void) } #endif -void OPPROTO op_mov_cc(void) -{ - if (T2) - T0 = T1; -} - void OPPROTO op_flushw(void) { if (env->cansave != NWINDOWS - 2) { |