summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/DAGISelMatcherGen.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2020-11-06 14:19:59 +0000
committerJay Foad <jay.foad@amd.com>2020-11-06 16:10:57 +0000
commitd0b8810fe4ece12213936605b336777ed5fd06cc (patch)
tree50b2646445f1dd3f5777652cd9cf6b1a6dcc9b0e /llvm/utils/TableGen/DAGISelMatcherGen.cpp
parentd61f2cfb9fc3286e615d8473452981efa6bfcbd9 (diff)
[TableGen] Indentation and whitespace fixes in generated code. NFC.
Some of these were found by running clang-format over the generated code, although that complains about far more issues than I have fixed here. Differential Revision: https://reviews.llvm.org/D90937
Diffstat (limited to 'llvm/utils/TableGen/DAGISelMatcherGen.cpp')
-rw-r--r--llvm/utils/TableGen/DAGISelMatcherGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelMatcherGen.cpp b/llvm/utils/TableGen/DAGISelMatcherGen.cpp
index 123ea3374c74..792bf17690c1 100644
--- a/llvm/utils/TableGen/DAGISelMatcherGen.cpp
+++ b/llvm/utils/TableGen/DAGISelMatcherGen.cpp
@@ -744,7 +744,7 @@ void MatcherGen::EmitResultLeafAsOperand(const TreePatternNode *N,
}
}
- errs() << "unhandled leaf node: \n";
+ errs() << "unhandled leaf node:\n";
N->dump();
}