[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)
commit79588100d732931ada0b692d05a092eb9a57fc90
tree5dae0b280f24ae1baa0dc91ddcddfacbae314928
parented9f612639bff7be584a0d9ed619a49ba96699ac
[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

llvm-svn: 236096
llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp