Feature bits are 64-bits.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 7 Jul 2011 07:45:49 +0000 (07:45 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 7 Jul 2011 07:45:49 +0000 (07:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134607 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCSubtargetInfo.h

index 610a4da9d24a7e637863a9b11db228f90a3aea02..c66150b17e0f9b531f8aeaef2c38b9d371c899da 100644 (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,