Feature bits are 64-bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134607 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2011-07-07 07:45:49 +00:00
parent 0ddff1b535
commit 347c50a293

View File

@ -34,7 +34,7 @@ class MCSubtargetInfo {
const unsigned *ForwardingPathes; // Forwarding pathes
unsigned NumFeatures; // Number of processor features
unsigned NumProcs; // Number of processors
unsigned FeatureBits; // Feature bits for current CPU
uint64_t FeatureBits; // Feature bits for current CPU
public:
void InitMCSubtargetInfo(StringRef CPU, StringRef FS,