diff options
-rw-r--r-- | include/llvm/MC/MCSubtargetInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCSubtargetInfo.h b/include/llvm/MC/MCSubtargetInfo.h index 610a4da9d2..c66150b17e 100644 --- a/include/llvm/MC/MCSubtargetInfo.h +++ b/include/llvm/MC/MCSubtargetInfo.h @@ -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, |