[all-commits] [llvm/llvm-project] edae4b: Fix DfaEmitter::visitDfaState() crash in MSVC x86 ...
Hans via All-commits
all-commits at lists.llvm.org
Tue Feb 25 06:19:19 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: edae4be8e21c5deb9a8ffc24a8c17e70b878bf39
https://github.com/llvm/llvm-project/commit/edae4be8e21c5deb9a8ffc24a8c17e70b878bf39
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M llvm/utils/TableGen/DFAEmitter.cpp
M llvm/utils/TableGen/DFAEmitter.h
Log Message:
-----------
Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug builds (PR44945)
No functionality change (intended), but this seems to make the code a
bit clearer for the compiler and maybe for human readers too.
More information about the All-commits
mailing list