comparison 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
comparison
equal deleted inserted replaced
3841:0f34fdee809e 3842:c7b60b601eb4
982 } 982 }
983 insidx++; // Reset iterator to skip USE side split 983 insidx++; // Reset iterator to skip USE side split
984 continue; 984 continue;
985 } 985 }
986 986
987 if (UseFPUForSpilling && n->is_Call() && !uup && !dup ) { 987 if (UseFPUForSpilling && n->is_MachCall() && !uup && !dup ) {
988 // The use at the call can force the def down so insert 988 // The use at the call can force the def down so insert
989 // a split before the use to allow the def more freedom. 989 // a split before the use to allow the def more freedom.
990 maxlrg = split_USE(def,b,n,inpidx,maxlrg,dup,false, splits,slidx); 990 maxlrg = split_USE(def,b,n,inpidx,maxlrg,dup,false, splits,slidx);
991 // If it wasn't split bail 991 // If it wasn't split bail
992 if (!maxlrg) { 992 if (!maxlrg) {