Skip to content

Commit 3cb660d

Browse files
committed
DAG: Fix missing fptrunc_round name in debug dumps
1 parent b8e97f0 commit 3cb660d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
299299
case ISD::SETCCCARRY: return "setcccarry";
300300
case ISD::STRICT_FSETCC: return "strict_fsetcc";
301301
case ISD::STRICT_FSETCCS: return "strict_fsetccs";
302+
case ISD::FPTRUNC_ROUND: return "fptrunc_round";
302303
case ISD::SELECT: return "select";
303304
case ISD::VSELECT: return "vselect";
304305
case ISD::SELECT_CC: return "select_cc";

0 commit comments

Comments
 (0)