[mips] Change Feature-related types from unsigned to uint64_t in MipsAsmParser. No...
authorToma Tabacu <toma.tabacu@imgtec.com>
Fri, 5 Sep 2014 16:32:09 +0000 (16:32 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Fri, 5 Sep 2014 16:32:09 +0000 (16:32 +0000)
commitbabb45124ca9bc89241e2dc69d2dd52626241cc3
treecbeedbf713aefeeae06f4ba60b55db819e72b2a0
parent89a7e3ec3e4b95b318db7119267e4d5ec5ed9505
[mips] Change Feature-related types from unsigned to uint64_t in MipsAsmParser. No functional changes.

Summary: Found a couple of cases where unsigned was still being used. These two should be the last ones in the (entire) Mips backend.

Reviewers: dsanders

Reviewed By: dsanders

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

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