forked from OSchip/llvm-project
parent
1985e1cbb8
commit
1c22728787
|
@ -2746,10 +2746,6 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
|
||||||
case ISD::FDIV: return "fdiv";
|
case ISD::FDIV: return "fdiv";
|
||||||
case ISD::FREM: return "frem";
|
case ISD::FREM: return "frem";
|
||||||
case ISD::FCOPYSIGN: return "fcopysign";
|
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::VADD: return "vadd";
|
||||||
case ISD::VSUB: return "vsub";
|
case ISD::VSUB: return "vsub";
|
||||||
case ISD::VMUL: return "vmul";
|
case ISD::VMUL: return "vmul";
|
||||||
|
|
Loading…
Reference in New Issue