]> granicus.if.org Git - llvm/commit
Merging r217257:
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 27 Nov 2014 10:55:46 +0000 (10:55 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 27 Nov 2014 10:55:46 +0000 (10:55 +0000)
commit9290cd66a82ee9e9ad9f7d3c62384ff4a5798e65
tree4ae8dba8c79a5d7c7b2b75bcde075d7769bc11e1
parent7bea0cea872ff3aebbb756020e406efa205b66b5
Merging r217257:
------------------------------------------------------------------------
r217257 | tomatabacu | 2014-09-05 17:32:09 +0100 (Fri, 05 Sep 2014) | 9 lines

[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/branches/release_35@222875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp