diff options
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp index 64a9764cce2..1b032ce456a 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp @@ -286,6 +286,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const { case ISD::SRL_PARTS: return "srl_parts"; case ISD::SADDSAT: return "saddsat"; + case ISD::UADDSAT: return "uaddsat"; // Conversion operators. case ISD::SIGN_EXTEND: return "sign_extend"; |