summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/Common/DAGISelMatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/TableGen/Common/DAGISelMatcher.cpp')
-rw-r--r--llvm/utils/TableGen/Common/DAGISelMatcher.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/Common/DAGISelMatcher.cpp b/llvm/utils/TableGen/Common/DAGISelMatcher.cpp
index 4fdb386bf45e..30d83c726593 100644
--- a/llvm/utils/TableGen/Common/DAGISelMatcher.cpp
+++ b/llvm/utils/TableGen/Common/DAGISelMatcher.cpp
@@ -137,6 +137,11 @@ void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, indent Indent) const {
OS << Indent << "CaptureGlueInput\n";
}
+void RecordOptionalChainMatcher::printImpl(raw_ostream &OS,
+ indent Indent) const {
+ OS << Indent << "CaptureOptionalChain\n";
+}
+
void MoveChildMatcher::printImpl(raw_ostream &OS, indent Indent) const {
OS << Indent << "MoveChild " << ChildNo << '\n';
}