diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-07-19 07:02:10 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-07-19 07:02:10 +0000 | 
| commit | 93c91e39b29142dec1d03a30df9f6e757f56c193 (patch) | |
| tree | 33a9b014a327e64450b3c9ed46d8c5bdb78ad345 /lib/Target/Hexagon/HexagonFrameLowering.cpp | |
| parent | ca089b24d48ef6fa8da2d0bb8c25bb802c4a95c0 (diff) | |
Notes
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 | 
