Switch with just default causes an MSVC warning (warning C4065: switch statement
contains 'default' but no 'case' labels).
Change-Id: I9ddeccdef93666256b5454b164b567b73b488461
Paths
| Differential D81021
[TableGen] Avoid generating switch with just default ClosedPublic Authored by dstuttard on Jun 2 2020, 11:17 AM.
Details
Summary Switch with just default causes an MSVC warning (warning C4065: switch statement Change-Id: I9ddeccdef93666256b5454b164b567b73b488461
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 2 2020, 11:34 AM Closed by commit rG9244be7b0514: [TableGen] Avoid generating switch with just default (authored by dstuttard). · Explain WhyJun 2 2020, 12:05 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 267949 llvm/utils/TableGen/GlobalISel/GIMatchTree.cpp
|