There are a few places where subtarget features are still
authorRanjeet Singh <Ranjeet.Singh@arm.com>
Tue, 30 Jun 2015 11:30:42 +0000 (11:30 +0000)
committerRanjeet Singh <Ranjeet.Singh@arm.com>
Tue, 30 Jun 2015 11:30:42 +0000 (11:30 +0000)
commita5106ca54d0dc01437533e38ae23b7370c85b6c0
tree7cb7dfcd46ea30b2b71de5f7e6de64a596b69d73
parent427ea8e18a1ad3c4c0d8817b026b1a39f90e4f6c
There are a few places where subtarget features are still
represented by uint64_t, this patch replaces these
usages with the FeatureBitset (std::bitset) type.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241058 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCTargetAsmParser.h
lib/MC/MCParser/AsmParser.cpp
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
utils/TableGen/AsmMatcherEmitter.cpp