author | shade |
Fri, 06 Sep 2019 09:26:23 +0200 | |
changeset 58029 | 66c880e5d21d |
parent 58028 | 7ac4273bb49b |
child 58030 | d6e2dbf20eaa |
--- a/src/hotspot/cpu/x86/x86_32.ad Thu Sep 05 17:38:54 2019 -0700 +++ b/src/hotspot/cpu/x86/x86_32.ad Fri Sep 06 09:26:23 2019 +0200 @@ -7315,7 +7315,7 @@ ins_pipe( empty ); %} -instruct castLL( rRegL dst ) %{ +instruct castLL( eRegL dst ) %{ match(Set dst (CastLL dst)); format %{ "#castLL of $dst" %} ins_encode( /*empty encoding*/ );