[all-commits] [llvm/llvm-project] 3009ce: Fix a -Wcovered-switch-default warning by moving t...
Eric Christopher via All-commits
all-commits at lists.llvm.org
Thu Dec 26 18:30:29 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3009cee75f04fb2bb28fbe7fc33cff3782c0f882
https://github.com/llvm/llvm-project/commit/3009cee75f04fb2bb28fbe7fc33cff3782c0f882
Author: Eric Christopher <echristo at gmail.com>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M mlir/lib/Dialect/StandardOps/Ops.cpp
Log Message:
-----------
Fix a -Wcovered-switch-default warning by moving the unreachable out of the
covered switch.
More information about the All-commits
mailing list