src/share/vm/opto/type.cpp

changeset 4201
aaeb9add1ab3
parent 4159
8e47bac5643a
child 4465
203f64878aab
     1.1 --- a/src/share/vm/opto/type.cpp	Thu Oct 18 07:06:31 2012 -0700
     1.2 +++ b/src/share/vm/opto/type.cpp	Fri Oct 19 14:21:09 2012 -0400
     1.3 @@ -61,7 +61,7 @@
     1.4    { Bad,             T_ILLEGAL,    "tuple:",        false, Node::NotAMachineReg, relocInfo::none          },  // Tuple
     1.5    { Bad,             T_ARRAY,      "array:",        false, Node::NotAMachineReg, relocInfo::none          },  // Array
     1.6  
     1.7 -#if defined(IA32) || defined(AMD64)
     1.8 +#ifndef SPARC
     1.9    { Bad,             T_ILLEGAL,    "vectors:",      false, Op_VecS,              relocInfo::none          },  // VectorS
    1.10    { Bad,             T_ILLEGAL,    "vectord:",      false, Op_VecD,              relocInfo::none          },  // VectorD
    1.11    { Bad,             T_ILLEGAL,    "vectorx:",      false, Op_VecX,              relocInfo::none          },  // VectorX

mercurial