| Submitter | Richard Henderson |
|---|---|
| Date | Nov. 1, 2012, 9:36 p.m. |
| Message ID | <1351805797-31899-4-git-send-email-rth@twiddle.net> |
| Download | mbox | patch |
| Permalink | /patch/196384/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 6aa82b3..84dba4e 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -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) */
These fields are no longer used. Cc: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Richard Henderson <rth@twiddle.net> --- target-sparc/cpu.h | 1 - 1 file changed, 1 deletion(-)