remove dead code
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAG.cpp
index 3438863c9033750307ae98d5730446d1f16358fb..c17937d05eb541c85eebc44c232a67de0c2ab407 100644 (file)
@@ -1874,7 +1874,6 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
   case ISD::TargetConstantPool:  return "TargetConstantPool";
   case ISD::CopyToReg:     return "CopyToReg";
   case ISD::CopyFromReg:   return "CopyFromReg";
-  case ISD::ImplicitDef:   return "ImplicitDef";
   case ISD::UNDEF:         return "undef";
 
   // Unary operators