[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)
commit39354e1b1a0a6d9f2ff29b5a43ee4174f95224c2
tree664fa8134a4a59809b00c55d42f5099bbda804db
parent8b3c47ca5771deacb0fef5f69bfa9036f0bcb7aa
[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.

llvm-svn: 225345
llvm/lib/Target/X86/X86InstrInfo.cpp