Feature bits are 64-bits.

llvm-svn: 134607
This commit is contained in:
Evan Cheng 2011-07-07 07:45:49 +00:00
parent 1a72add615
commit 51dbe6e705
1 changed files with 1 additions and 1 deletions

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,