These entries already exist
authorChris Lattner <sabre@nondot.org>
Sun, 2 Apr 2006 02:51:27 +0000 (02:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Apr 2006 02:51:27 +0000 (02:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27340 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index 9389ca32bf996a91c12a323a83572be3dab5e11a..6eb6570467fa9721af1636c6c305d9cdae359832 100644 (file)
@@ -2746,10 +2746,6 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
   case ISD::FDIV:   return "fdiv";
   case ISD::FREM:   return "frem";
   case ISD::FCOPYSIGN: return "fcopysign";
-  case ISD::VADD:   return "vadd";
-  case ISD::VSUB:   return "vsub";
-  case ISD::VMUL:   return "vmul";
-    
   case ISD::VADD:   return "vadd";
   case ISD::VSUB:   return "vsub";
   case ISD::VMUL:   return "vmul";