diff options
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 eadd1fd..11a5519 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) { |