[IRTranslator] Add comments to explain the ordering of the switch. NFC.
authorQuentin Colombet <qcolombet@apple.com>
Thu, 21 Jul 2016 17:26:41 +0000 (17:26 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Thu, 21 Jul 2016 17:26:41 +0000 (17:26 +0000)
commit19df8a1abae36655ae71394a02b2f1ccbd4ff1a2
treec5bc6f76aa33c8c06630c36c20c13c5fe9d55992
parent1710e7cfa76f0dbf6f6572c7c84876dfaa0cbe33
[IRTranslator] Add comments to explain the ordering of the switch. NFC.

Group arithmetic operations, bitwise operations, and branch operations.

llvm-svn: 276305
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp