diff options
author | Sergei Barannikov <barannikov88@gmail.com> | 2025-08-25 19:15:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-25 19:15:35 +0300 |
commit | 2a586a81181fb69c26ba3ea87e051cd4d59e70f8 (patch) | |
tree | c5fe35793a0c05990315463c82608ae901a334b9 /lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | |
parent | d1cbe6ed747e606308b8c51321b988fda7dbf058 (diff) | |
download | llvm-2a586a81181fb69c26ba3ea87e051cd4d59e70f8.zip llvm-2a586a81181fb69c26ba3ea87e051cd4d59e70f8.tar.gz llvm-2a586a81181fb69c26ba3ea87e051cd4d59e70f8.tar.bz2 |
[TableGen][DecoderEmitter] Remove dead OPC_Fail (#155229)
It can never be reached. It could be reached if we emitted an opcode
that could fall outside the outermost scope, but emission of all such
opcodes is guarded by `!isOutermostScope()`.
That also means we never add fixups to the outermost scope, so avoid
pushing an entry for it onto the stack.
Diffstat (limited to 'lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp')
0 files changed, 0 insertions, 0 deletions