[X86] Merge a switch statement inside a default case of another switch statement...
authorCraig Topper <craig.topper@gmail.com>
Wed, 7 Jan 2015 08:10:38 +0000 (08:10 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 7 Jan 2015 08:10:38 +0000 (08:10 +0000)
commit76bdb265959ef59d34c366c2b785154038d4c160
tree49f5c0e01d409c39124e5c571a55eb910bf65e69
parentebddeaee40282b941fdac09b0859c135ffdf7ae6
[X86] Merge a switch statement inside a default case of another switch statement on the same variable. There was no additional code in the default so this should be no functional change.

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