diff src/share/vm/opto/reg_split.cpp @ 3842:c7b60b601eb4

7069452: Cleanup NodeFlags Summary: Remove flags which duplicate information in Node::NodeClasses. Reviewed-by: never
author kvn
date Wed, 27 Jul 2011 17:28:36 -0700
parents 361783318e7e
children 8c92982cbbc4
line wrap: on
line diff
--- a/src/share/vm/opto/reg_split.cpp	Wed Jul 27 15:06:35 2011 -0700
+++ b/src/share/vm/opto/reg_split.cpp	Wed Jul 27 17:28:36 2011 -0700
@@ -984,7 +984,7 @@
               continue;
             }
 
-            if (UseFPUForSpilling && n->is_Call() && !uup && !dup ) {
+            if (UseFPUForSpilling && n->is_MachCall() && !uup && !dup ) {
               // The use at the call can force the def down so insert
               // a split before the use to allow the def more freedom.
               maxlrg = split_USE(def,b,n,inpidx,maxlrg,dup,false, splits,slidx);