[all-commits] [llvm/llvm-project] c97ab9: [CodeGen] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Jun 14 10:53:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c97ab93dcadeb43faec5225250f3b5ee53ec3d3d
https://github.com/llvm/llvm-project/commit/c97ab93dcadeb43faec5225250f3b5ee53ec3d3d
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
Log Message:
-----------
[CodeGen] Fix a warning
This patch fixes:
llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp:1790:3: error:
default label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
More information about the All-commits
mailing list