[X86] Add a return to the end of a switch to prevent an accidental fallthrough in...
authorCraig Topper <craig.topper@intel.com>
Wed, 15 Nov 2017 20:42:47 +0000 (20:42 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 15 Nov 2017 20:42:47 +0000 (20:42 +0000)
commit54b57b0dd8e660cc426767471707fd046f05fbdc
treecc173e25a3e948b6b193cf455a46e44808aa6a72
parentb73593f2aa3bc2a176c60707ed8348b020aa54d1
[X86] Add a return to the end of a switch to prevent an accidental fallthrough in the future.

llvm-svn: 318330
llvm/lib/Target/X86/X86ISelLowering.cpp