ppc64: Arguments to iselInt128Expr_to_32x4 should be initialized.
commit791c0ba910f210f09646add24c34faa9ba4b162d
authorMark Wielaard <mark@klomp.org>
Mon, 27 May 2019 18:31:35 +0000 (27 20:31 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 28 May 2019 16:12:57 +0000 (28 18:12 +0200)
treeee84190ae30cc62be679490911e3f975dadf615c
parenta82b92e2ebfdd84ac953b05f679c67834942062b
ppc64: Arguments to iselInt128Expr_to_32x4 should be initialized.

Make sure to initialize the arguments to iselInt128Expr_to_32x4.
iselInt128Expr_to_32x4 will check that iselInt128Expr_to_32x4_wrk
has assigned the correct type of values to the arguments. But if
the arguments were never initialized it might not be able to when
iselInt128Expr_to_32x4_wrk was unable to assign a value.

Reviewed-by: Carl Love <cel@us.ibm.com>
VEX/priv/host_ppc_isel.c