Silencing two MSVC warnings; 'argument' : truncation from 'unsigned int' to 'int16_t...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 14 Jul 2015 14:14:00 +0000 (14:14 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 14 Jul 2015 14:14:00 +0000 (14:14 +0000)
commitbdd9e2ac3b594bfe99012eb801e6b659abd6e60a
treef198c327483b09b633dfaeee72b30159ca7574a3
parent01199ab0c6ff2d5c4f6b2c05a95ec011e41c4669
Silencing two MSVC warnings; 'argument' : truncation from 'unsigned int' to 'int16_t' and truncation of constant value. NFC intended.

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