mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
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:
parent
0ddff1b535
commit
347c50a293
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user