[mips] [IAS] Inline assemble-time shifting out of createLShiftOri. NFC.
authorToma Tabacu <toma.tabacu@imgtec.com>
Wed, 29 Apr 2015 10:19:56 +0000 (10:19 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Wed, 29 Apr 2015 10:19:56 +0000 (10:19 +0000)
commit5be17c48fb868e5b687eaeb20aeaf094592dd97f
tree49f3415ad6364caa6d45c30c7d0d62140c6c94a3
parentfbb2bab1e4e97dceed36362da77fa44782bc9ffc
[mips] [IAS] Inline assemble-time shifting out of createLShiftOri. NFC.

Summary:
Do the assemble-time shifts from createLShiftOri at the source, which groups all the shifting together, closer to the main logic path, and
store the results in concisely-named variables to improve code clarity.

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D8973

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