diff options
Diffstat (limited to 'lib/Target/Hexagon/HexagonFrameLowering.cpp')
| -rw-r--r-- | lib/Target/Hexagon/HexagonFrameLowering.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/Target/Hexagon/HexagonFrameLowering.cpp b/lib/Target/Hexagon/HexagonFrameLowering.cpp index c790579ccebc0..e5e75198b2d18 100644 --- a/lib/Target/Hexagon/HexagonFrameLowering.cpp +++ b/lib/Target/Hexagon/HexagonFrameLowering.cpp @@ -8,8 +8,6 @@  //  //===----------------------------------------------------------------------===// -#define DEBUG_TYPE "hexagon-pei" -  #include "HexagonFrameLowering.h"  #include "HexagonBlockRanges.h"  #include "HexagonInstrInfo.h" @@ -63,6 +61,8 @@  #include <utility>  #include <vector> +#define DEBUG_TYPE "hexagon-pei" +  // Hexagon stack frame layout as defined by the ABI:  //  //                                                       Incoming arguments | 
