ARM64: diagnose use of v16-v31 in certain indexed NEON instructions.
[oota-llvm.git] / lib / Target / ARM64 / ARM64FrameLowering.cpp
index 3e2b0cfadf8f61ac33681443df09788ecd906fc5..471ec2092d92bd22861fa618358cb478122feb16 100644 (file)
@@ -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);