forked from OSchip/llvm-project
parent
118bcd9ce2
commit
9730bb8dd8
|
@ -610,7 +610,7 @@ void SubtargetEmitter::EmitProcessorResourceSubUnits(
|
|||
|
||||
static void EmitRetireControlUnitInfo(const CodeGenProcModel &ProcModel,
|
||||
raw_ostream &OS) {
|
||||
long ReorderBufferSize = 0, MaxRetirePerCycle = 0;
|
||||
int64_t ReorderBufferSize = 0, MaxRetirePerCycle = 0;
|
||||
if (Record *RCU = ProcModel.RetireControlUnit) {
|
||||
ReorderBufferSize =
|
||||
std::max(ReorderBufferSize, RCU->getValueAsInt("ReorderBufferSize"));
|
||||
|
|
Loading…
Reference in New Issue