diff options
author | Jean Perier <jperier@nvidia.com> | 2022-12-02 05:46:22 -0800 |
---|---|---|
committer | Jean Perier <jperier@nvidia.com> | 2022-12-02 05:46:22 -0800 |
commit | ffdb5f951c8fde9540d7c52d3403bf8520e764a4 (patch) | |
tree | 92cdfd0d247e6eea8449a9320f85030d4b2a3d69 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 12c8797fc4ed5a4068034c50af734f06d00c90ab (diff) | |
download | llvm-ffdb5f951c8fde9540d7c52d3403bf8520e764a4.zip llvm-ffdb5f951c8fde9540d7c52d3403bf8520e764a4.tar.gz llvm-ffdb5f951c8fde9540d7c52d3403bf8520e764a4.tar.bz2 |
[flang] add missing unreachable in D139179
Fix bot failure https://lab.llvm.org/buildbot/#/builders/160/builds/13647
caused by https://reviews.llvm.org/D139179.
Even if the switch is fully covering, adding an unreachable after is
required to cover all path since the switch argument could be a broken
value that does not belong to the enum.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions