mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 06:00:26 +00:00
8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register
Missing '$' added to the format string of the 'cmpN_reg_branch_short' instruction (sparc.ad). Reviewed-by: kvn, iveresov
This commit is contained in:
parent
1439e307db
commit
1caa674424
@ -9728,7 +9728,7 @@ instruct cmpN_reg_branch_short(cmpOp cmp, iRegN op1, iRegN op2, label labl, flag
|
||||
|
||||
size(4);
|
||||
ins_cost(BRANCH_COST);
|
||||
format %{ "CWB$cmp $op1,op2,$labl\t! compressed ptr" %}
|
||||
format %{ "CWB$cmp $op1,$op2,$labl\t! compressed ptr" %}
|
||||
ins_encode %{
|
||||
Label* L = $labl$$label;
|
||||
assert(__ use_cbcond(*L), "back to back cbcond");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user