[mips] [IAS] Give expandLoadAddressSym() more specific arguments. NFC.
authorToma Tabacu <toma.tabacu@imgtec.com>
Thu, 14 May 2015 10:02:58 +0000 (10:02 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Thu, 14 May 2015 10:02:58 +0000 (10:02 +0000)
commitfbcecce27e6a1ece908b98d6bff724f23d6d4d73
treef59702ec67b37db1a23e89c78c763d4e2aa722bb
parent3f7bd961d19fceda8b5bcd74a8e5f5fff4486de9
[mips] [IAS] Give expandLoadAddressSym() more specific arguments. NFC.

Summary:
If we only pass the necessary operands, we don't have to determine the position of the symbol operand when entering expandLoadAddressSym().
This simplifies the expandLoadAddressSym() code.

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits

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

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