OSDN Git Service

target-ppc: Eliminate set_fprf Argument From gen_compute_fprf
authorTom Musta <tommusta@gmail.com>
Wed, 12 Nov 2014 21:46:03 +0000 (15:46 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 7 Jan 2015 15:16:25 +0000 (16:16 +0100)
commit7d45556effa4bf1557ba765b6b94390fb7d06615
tree42fbbb1de085c584dc429a3c34bd750cfbf40964
parent00e6fd3e03b8df5553c6ea02bd95630549b0e2d1
target-ppc: Eliminate set_fprf Argument From gen_compute_fprf

The set_fprf argument to the gen_compute_fprf() utility is no longer
needed -- gen_compute_fprf() is now called only when FPRF is actually
computed and set.  Eliminate the obsolete argument.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c