These entries already exist

llvm-svn: 27340
This commit is contained in:
Chris Lattner 2006-04-02 02:51:27 +00:00
parent 1985e1cbb8
commit 1c22728787
1 changed files with 0 additions and 4 deletions

View 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";