diff options
Diffstat (limited to 'llvm/utils/TableGen/DecoderEmitter.cpp')
| -rw-r--r-- | llvm/utils/TableGen/DecoderEmitter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/DecoderEmitter.cpp b/llvm/utils/TableGen/DecoderEmitter.cpp index e83df47d541c..961dc2815f6b 100644 --- a/llvm/utils/TableGen/DecoderEmitter.cpp +++ b/llvm/utils/TableGen/DecoderEmitter.cpp @@ -696,8 +696,6 @@ static void emitBinaryParser(raw_ostream &OS, indent Indent, // Special case for 'bits<0>'. if (OpInfo.Fields.empty() && !OpInfo.InitValue) { - if (IgnoreNonDecodableOperands) - return; assert(!OpInfo.Decoder.empty()); // The operand has no encoding, so the corresponding argument is omitted. // This avoids confusion and allows the function to be overloaded if the |
