Replace a break with llvm_unreachable in the default case of a nested switch. Condens...
authorCraig Topper <craig.topper@gmail.com>
Tue, 21 Aug 2012 07:32:16 +0000 (07:32 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 21 Aug 2012 07:32:16 +0000 (07:32 +0000)
commitcba48d8c0570669c3bef08bd5f071e596902db21
tree0be1c97553693aea3e41be70e9697cbb55fd08c7
parent5f67d946972c69338b46cf67bc3c02692256aabe
Replace a break with llvm_unreachable in the default case of a nested switch. Condense code a bit. No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162261 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp