mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
fix warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9cd2b9562d
commit
22614a02eb
@ -142,7 +142,7 @@ void HexagonFrameLowering::emitPrologue(MachineFunction &MF) const {
|
||||
if (hasFP(MF)) {
|
||||
// Check for overflow.
|
||||
// Hexagon_TODO: Ugh! hardcoding. Is there an API that can be used?
|
||||
const unsigned int ALLOCFRAME_MAX = 16384;
|
||||
const int ALLOCFRAME_MAX = 16384;
|
||||
const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
|
||||
|
||||
if (NumBytes >= ALLOCFRAME_MAX) {
|
||||
|
Loading…
Reference in New Issue
Block a user