src/hotspot/cpu/x86/x86_32.ad
changeset 58029 66c880e5d21d
parent 58019 86b95fc6ca32
child 58679 9c3209ff7550
child 59277 31272cef28e2
--- 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*/ );