| commit | 901ba6ea2e218973e1e2c7a49995e7eb6e784bf4 | [log] [tgz] |
|---|---|---|
| author | Toma Tabacu <toma.tabacu@imgtec.com> | Fri Sep 05 16:32:09 2014 +0000 |
| committer | Toma Tabacu <toma.tabacu@imgtec.com> | Fri Sep 05 16:32:09 2014 +0000 |
| tree | be6395a21fa37b4319f1262961894c1b9bb72994 | |
| parent | 8ae596106592f8881a16185f3c56b58c024f2f9c [diff] |
[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 llvm-svn: 217257