Remove the vicmp and vfcmp instructions. Because we never had a release with
[oota-llvm.git] / lib / VMCore / Instruction.cpp
index e0764e494b2eb085793d417c6739f4df38ccafe7..4fc9f3c7e777b95dcb9485a8643ed864acc10df4 100644 (file)
@@ -143,8 +143,6 @@ const char *Instruction::getOpcodeName(unsigned OpCode) {
   // Other instructions...
   case ICmp:           return "icmp";
   case FCmp:           return "fcmp";
-  case VICmp:          return "vicmp";
-  case VFCmp:          return "vfcmp";
   case PHI:            return "phi";
   case Select:         return "select";
   case Call:           return "call";