diff options
| author | Jay Foad <jay.foad@amd.com> | 2020-11-06 14:19:59 +0000 |
|---|---|---|
| committer | Jay Foad <jay.foad@amd.com> | 2020-11-06 16:10:57 +0000 |
| commit | d0b8810fe4ece12213936605b336777ed5fd06cc (patch) | |
| tree | 50b2646445f1dd3f5777652cd9cf6b1a6dcc9b0e /llvm/utils/TableGen/DAGISelMatcherGen.cpp | |
| parent | d61f2cfb9fc3286e615d8473452981efa6bfcbd9 (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.cpp | 2 |
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(); } |
