[mips] [IAS] Store the expandLoadImm destination register in a variable. NFC.
authorToma Tabacu <toma.tabacu@imgtec.com>
Tue, 28 Apr 2015 12:04:53 +0000 (12:04 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Tue, 28 Apr 2015 12:04:53 +0000 (12:04 +0000)
commitc3adf30a039914e4720e2fed96393dfb60810ae9
tree90a020fb57c53c4d1851c09a9bbfa53a78e6300f
parent716c5d8a308a2257298f1f227edf7f7ae102cf4f
[mips] [IAS] Store the expandLoadImm destination register in a variable. NFC.

Summary: This removes multiple calls to getReg() and saves us column space in the source file.

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits

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

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