[mips] [IAS] Preemptively fix warning introduced by r237255. NFC.
authorToma Tabacu <toma.tabacu@imgtec.com>
Wed, 13 May 2015 16:02:41 +0000 (16:02 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Wed, 13 May 2015 16:02:41 +0000 (16:02 +0000)
commit552cd9868300bf6c52e1cbd67693097238979422
treee8e8dd99d07c811d23cf8da28598370c43cf8f3e
parente49e65326af76ac1eadaa79684b59acec4bd0a9e
[mips] [IAS] Preemptively fix warning introduced by r237255. NFC.

Some compilers warn about using the ternary operator with an unsigned variable
and enum.
I haven't seen this trigger in the llvm.org buildbots yet, but it probably will
at some point.

Reported by Daniel Sanders.

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