hotspot/src/share/vm/adlc/archDesc.cpp
changeset 30624 2e1803c8a26d
parent 30202 6f5c48bd9b82
child 45965 e29c1363af9a
child 46630 75aa3e39d02c
equal deleted inserted replaced
30596:0322b394e7fd 30624:2e1803c8a26d
   927     switch(last_char) {
   927     switch(last_char) {
   928     case 'S':  return "TypeVect::VECTS";
   928     case 'S':  return "TypeVect::VECTS";
   929     case 'D':  return "TypeVect::VECTD";
   929     case 'D':  return "TypeVect::VECTD";
   930     case 'X':  return "TypeVect::VECTX";
   930     case 'X':  return "TypeVect::VECTX";
   931     case 'Y':  return "TypeVect::VECTY";
   931     case 'Y':  return "TypeVect::VECTY";
       
   932     case 'Z':  return "TypeVect::VECTZ";
   932     default:
   933     default:
   933       internal_err("Vector type %s with unrecognized type\n",idealOp);
   934       internal_err("Vector type %s with unrecognized type\n",idealOp);
   934     }
   935     }
   935   }
   936   }
   936 
   937