commit | 22614a02eb8855548a892139e54e478c70050f9f | [log] [tgz] |
---|---|---|
author | Tony Linthicum <tlinth@codeaurora.org> | Mon Dec 12 21:52:59 2011 +0000 |
committer | Tony Linthicum <tlinth@codeaurora.org> | Mon Dec 12 21:52:59 2011 +0000 |
tree | f9f31e6387dc35c13b1fbbe426765d3395e5f7e5 | |
parent | 9cd2b9562d23909937ab2e4bb45c2a1ed4c86816 [diff] [blame] |
fix warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146420 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Hexagon/HexagonFrameLowering.cpp b/lib/Target/Hexagon/HexagonFrameLowering.cpp index 5a4e1d2..78e0b1c 100644 --- a/lib/Target/Hexagon/HexagonFrameLowering.cpp +++ b/lib/Target/Hexagon/HexagonFrameLowering.cpp
@@ -142,7 +142,7 @@ 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) {