mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-22 00:37:49 +00:00
[Modules] Consolidate the DEBUG_TYPE defines in NVPTX to the top of the
cpp file rather than in the header and then again in the cpp file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b2c8ff0666
commit
51d13819a0
@ -11,6 +11,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "nvptx-isel"
|
||||
#include "NVPTXISelDAGToDAG.h"
|
||||
#include "llvm/IR/GlobalValue.h"
|
||||
#include "llvm/IR/Instructions.h"
|
||||
@ -20,9 +21,6 @@
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Target/TargetIntrinsicInfo.h"
|
||||
|
||||
#undef DEBUG_TYPE
|
||||
#define DEBUG_TYPE "nvptx-isel"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<int>
|
||||
|
@ -11,8 +11,6 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "nvptx-isel"
|
||||
|
||||
#include "NVPTX.h"
|
||||
#include "NVPTXISelLowering.h"
|
||||
#include "NVPTXRegisterInfo.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user