diff options
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index 972b8bc29d..d08550b2e6 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -179,18 +179,6 @@ void OPPROTO op_set_T2 (void) } #endif -void OPPROTO op_move_T1_T0 (void) -{ - T1 = T0; - RETURN(); -} - -void OPPROTO op_move_T2_T0 (void) -{ - T2 = T0; - RETURN(); -} - void OPPROTO op_moven_T2_T0 (void) { T2 = ~T0; |