hotspot/src/share/vm/adlc/archDesc.cpp
changeset 20289 35d78de0c547
parent 17871 6669c8d6f6b3
child 21105 47618ee96ed5
equal deleted inserted replaced
20288:e2d549f40de9 20289:35d78de0c547
  1190          || strcmp(idealName,"CmpL") == 0
  1190          || strcmp(idealName,"CmpL") == 0
  1191          || strcmp(idealName,"CmpD") == 0
  1191          || strcmp(idealName,"CmpD") == 0
  1192          || strcmp(idealName,"CmpF") == 0
  1192          || strcmp(idealName,"CmpF") == 0
  1193          || strcmp(idealName,"FastLock") == 0
  1193          || strcmp(idealName,"FastLock") == 0
  1194          || strcmp(idealName,"FastUnlock") == 0
  1194          || strcmp(idealName,"FastUnlock") == 0
       
  1195          || strcmp(idealName,"AddExactI") == 0
       
  1196          || strcmp(idealName,"FlagsProj") == 0
  1195          || strcmp(idealName,"Bool") == 0
  1197          || strcmp(idealName,"Bool") == 0
  1196          || strcmp(idealName,"Binary") == 0 ) {
  1198          || strcmp(idealName,"Binary") == 0 ) {
  1197       // Removed ConI from the must_clone list.  CPUs that cannot use
  1199       // Removed ConI from the must_clone list.  CPUs that cannot use
  1198       // large constants as immediates manifest the constant as an
  1200       // large constants as immediates manifest the constant as an
  1199       // instruction.  The must_clone flag prevents the constant from
  1201       // instruction.  The must_clone flag prevents the constant from