diff options
Diffstat (limited to 'llvm/lib/Target/ARM64/ARM64FrameLowering.cpp')
-rw-r--r-- | llvm/lib/Target/ARM64/ARM64FrameLowering.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64FrameLowering.cpp b/llvm/lib/Target/ARM64/ARM64FrameLowering.cpp index 3e2b0cfadf8..471ec2092d9 100644 --- a/llvm/lib/Target/ARM64/ARM64FrameLowering.cpp +++ b/llvm/lib/Target/ARM64/ARM64FrameLowering.cpp @@ -11,7 +11,6 @@ // //===----------------------------------------------------------------------===// -#define DEBUG_TYPE "frame-info" #include "ARM64FrameLowering.h" #include "ARM64InstrInfo.h" #include "ARM64MachineFunctionInfo.h" @@ -32,6 +31,8 @@ using namespace llvm; +#define DEBUG_TYPE "frame-info" + static cl::opt<bool> EnableRedZone("arm64-redzone", cl::desc("enable use of redzone on ARM64"), cl::init(false), cl::Hidden); |