[all-commits] [llvm/llvm-project] fffcd3: [X86] Add a 'break; ' to the end of the last case i...
topperc via All-commits
all-commits at lists.llvm.org
Mon Nov 18 12:19:11 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fffcd3e48ecf3f66d97c3b4daf624b3b2f9d74bf
https://github.com/llvm/llvm-project/commit/fffcd3e48ecf3f66d97c3b4daf624b3b2f9d74bf
Author: Craig Topper <craig.topper at intel.com>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
Log Message:
-----------
[X86] Add a 'break;' to the end of the last case in a switch to avoid surprising the next person to add a case after this one. NFC
More information about the All-commits
mailing list