[X86] Add a 'break;' to the end of the last case in a switch to avoid surprising...
authorCraig Topper <craig.topper@intel.com>
Mon, 18 Nov 2019 20:17:49 +0000 (12:17 -0800)
committerCraig Topper <craig.topper@intel.com>
Mon, 18 Nov 2019 20:18:24 +0000 (12:18 -0800)
commitfffcd3e48ecf3f66d97c3b4daf624b3b2f9d74bf
treecf4b2a001acdb0518e0414b0c0ef02e97cbb5ad2
parent8bfb353bb33cd2bcd2ef28e36eb8b90123b153c4
[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
llvm/lib/Target/X86/X86ISelDAGToDAG.cpp