[all-commits] [llvm/llvm-project] 374e64: [RISCV] Add missing break to the last case in a sw...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Nov 3 16:24:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 374e6462a4c970965d3348bc90a2109056b051c9
https://github.com/llvm/llvm-project/commit/374e6462a4c970965d3348bc90a2109056b051c9
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-11-03 (Thu, 03 Nov 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVSExtWRemoval.cpp
Log Message:
-----------
[RISCV] Add missing break to the last case in a switch. NFC
Might create a problem in the future if more cases are added.
More information about the All-commits
mailing list