Skip to content

Commit 0f7dd98

Browse files
Sorna-Sarathioffamitkumar
authored andcommitted
8251926: PPC: Remove an unused variable in assembler_ppc.cpp
Reviewed-by: mdoerr
1 parent cd91a44 commit 0f7dd98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/cpu/ppc/assembler_ppc.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ int Assembler::load_const_optimized(Register d, long x, Register tmp, bool retur
448448
xa = (x >> 48) & 0xffff;
449449
xb = (x >> 32) & 0xffff; // No sign compensation, we use lis+ori or li to allow usage of R0.
450450
bool xa_loaded = (xb & 0x8000) ? (xa != -1) : (xa != 0);
451-
bool return_xd = false;
452451

453452
if (xa_loaded) { lis(tmp, xa); }
454453
if (xc) { lis(d, xc); }

0 commit comments

Comments
 (0)