forked from OSchip/llvm-project
AMDGPU: Move DEBUG_TYPE definition below includes
llvm-svn: 365369
This commit is contained in:
parent
4ad9286a57
commit
5e643036cb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue