[MIPS GlobalISel] Remove switch statement (fix r349346 for MSVC)
commit5057ff91234453b0b729c9172be277c7ae313a8c
authorPetar Avramovic <Petar.Avramovic@rt-rk.com>
Mon, 17 Dec 2018 15:12:53 +0000 (17 15:12 +0000)
committerPetar Avramovic <Petar.Avramovic@rt-rk.com>
Mon, 17 Dec 2018 15:12:53 +0000 (17 15:12 +0000)
tree26ad1b67a9b9adaa8298a8f8a677cc1870b3da92
parent8f73ec2bf0e1f8f550d1a1af1f740c4237b53ef5
[MIPS GlobalISel] Remove switch statement (fix r349346 for MSVC)

Temporarily remove switch statement without any case labels
in function legalizeCustom in order to fix r349346 for MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349356 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsLegalizerInfo.cpp