diff options
Diffstat (limited to 'target-alpha/op_template.h')
-rw-r--r-- | target-alpha/op_template.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target-alpha/op_template.h b/target-alpha/op_template.h index 044c4c8784..f2f4b1cf67 100644 --- a/target-alpha/op_template.h +++ b/target-alpha/op_template.h @@ -37,15 +37,7 @@ void OPPROTO glue(op_reset_FT, REG) (void) #endif /* REG < 3 */ -/* Fixed-point register moves */ #if REG < 31 -void OPPROTO glue(op_cmov_ir, REG) (void) -{ - if (T0) - env->ir[REG] = T1; - RETURN(); -} - /* floating point registers moves */ void OPPROTO glue(op_load_FT0_fir, REG) (void) { |