[all-commits] [llvm/llvm-project] 094c0e: Avoid fallthrough after ffb109b6852d248c9d2e320247...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Thu Nov 10 22:05:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 094c0eccdf959c3b9c85219e33c3fcfbab024b61
https://github.com/llvm/llvm-project/commit/094c0eccdf959c3b9c85219e33c3fcfbab024b61
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
Log Message:
-----------
Avoid fallthrough after ffb109b6852d248c9d2e3202477dccf20aac7151
Fallthrough appears to be not intended here, as otherwise this is a completely dead store: `DOPRegIsUnique` will be overwritten by the next case.
More information about the All-commits
mailing list