target-sparc: Remove t0, t1 from CPUSPARCState
authorRichard Henderson <rth@twiddle.net>
Thu, 1 Nov 2012 21:36:37 +0000 (08:36 +1100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 7 Dec 2012 11:34:12 +0000 (12:34 +0100)
These fields are no longer used.

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
target-sparc/cpu.h

index 042d52a31033674f9b3fbdc2d3ca7c325e117616..375f20a71ed0ef47c07b7c2b67098f239fcf05bf 100644 (file)
@@ -392,7 +392,6 @@ struct CPUSPARCState {
     target_ulong cc_dst;
     uint32_t cc_op;
 
-    target_ulong t0, t1; /* temporaries live across basic blocks */
     target_ulong cond; /* conditional branch result (XXX: save it in a
                           temporary register when possible) */