Fix the formatting of the switch statement and add a missing break.
authorBill Wendling <isanbard@gmail.com>
Tue, 22 Jun 2010 22:16:17 +0000 (22:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 22 Jun 2010 22:16:17 +0000 (22:16 +0000)
commit19d8597bca73f5983ae6952de1c42d8261857ea2
tree3457520dd630f0e03f6c3797e283f99b2c114b8e
parentf175c5c82891f0f68807d8b88020cd2a3a9cdbf6
Fix the formatting of the switch statement and add a missing break.

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