AMDGPU: Move DEBUG_TYPE definition below includes

llvm-svn: 365369
This commit is contained in:
Matt Arsenault 2019-07-08 18:48:39 +00:00
parent 4ad9286a57
commit 5e643036cb
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,6 @@
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "amdgpu-propagate-attributes"
#include "AMDGPU.h"
#include "AMDGPUSubtarget.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
@ -40,6 +38,8 @@
#include "llvm/Transforms/Utils/Cloning.h"
#include <string>
#define DEBUG_TYPE "amdgpu-propagate-attributes"
using namespace llvm;
namespace llvm {