This reverts commit r247315.
Accidentally omitted test changes; will resubmit full change shortly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247328
91177308-0d34-0410-b5e6-
96231b3b80d8
}
return frameSize;
}
-
-bool SparcSubtarget::enableMachineScheduler() const {
- return true;
-}
return &TSInfo;
}
- bool enableMachineScheduler() const override;
-
bool isV9() const { return IsV9; }
bool isVIS() const { return IsVIS; }
bool isVIS2() const { return IsVIS2; }
/// returns adjusted framesize which includes space for register window
/// spills and arguments.
int getAdjustedFrameSize(int stackSize) const;
+
};
} // end namespace llvm