OSDN Git Service

[X86] Put some cases in switch statements back on one line to be more compact and...
authorCraig Topper <craig.topper@intel.com>
Mon, 2 Jul 2018 06:42:42 +0000 (06:42 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 2 Jul 2018 06:42:42 +0000 (06:42 +0000)
commit25c9ed7633b57aa73c59deaf218ae63c69a16566
tree231d5a7b26a4893dea5c9af923ad3de52397e1bc
parent33274bcdebb1e7dcb13d7bd629fd32250f5e6c43
[X86] Put some cases in switch statements back on one line to be more compact and make it easier to see the similarities. NFC

It looks like someone ran clang-format over this entire file which reformatted these switches into a multiline form. But I think the single line form is more useful here.

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