mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-17 15:40:04 +00:00
Rename SDDbgValue.h to SDNodeDbgValue.h for consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4a3f23b92
commit
a8efe28a44
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#define DEBUG_TYPE "instr-emitter"
|
#define DEBUG_TYPE "instr-emitter"
|
||||||
#include "InstrEmitter.h"
|
#include "InstrEmitter.h"
|
||||||
#include "SDDbgValue.h"
|
#include "SDNodeDbgValue.h"
|
||||||
#include "llvm/CodeGen/MachineConstantPool.h"
|
#include "llvm/CodeGen/MachineConstantPool.h"
|
||||||
#include "llvm/CodeGen/MachineFunction.h"
|
#include "llvm/CodeGen/MachineFunction.h"
|
||||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===-- llvm/CodeGen/SDDbgValue.h - SD dbg_value handling--------*- C++ -*-===//
|
//===-- llvm/CodeGen/SDNodeDbgValue.h - SelectionDAG dbg_value --*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -11,8 +11,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_CODEGEN_SDDBGVALUE_H
|
#ifndef LLVM_CODEGEN_SDNODEDBGVALUE_H
|
||||||
#define LLVM_CODEGEN_SDDBGVALUE_H
|
#define LLVM_CODEGEN_SDNODEDBGVALUE_H
|
||||||
|
|
||||||
#include "llvm/ADT/SmallVector.h"
|
#include "llvm/ADT/SmallVector.h"
|
||||||
#include "llvm/Support/DebugLoc.h"
|
#include "llvm/Support/DebugLoc.h"
|
@ -13,7 +13,7 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#define DEBUG_TYPE "pre-RA-sched"
|
#define DEBUG_TYPE "pre-RA-sched"
|
||||||
#include "SDDbgValue.h"
|
#include "SDNodeDbgValue.h"
|
||||||
#include "ScheduleDAGSDNodes.h"
|
#include "ScheduleDAGSDNodes.h"
|
||||||
#include "InstrEmitter.h"
|
#include "InstrEmitter.h"
|
||||||
#include "llvm/CodeGen/SelectionDAG.h"
|
#include "llvm/CodeGen/SelectionDAG.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include "llvm/CodeGen/SelectionDAG.h"
|
#include "llvm/CodeGen/SelectionDAG.h"
|
||||||
#include "SDNodeOrdering.h"
|
#include "SDNodeOrdering.h"
|
||||||
#include "SDDbgValue.h"
|
#include "SDNodeDbgValue.h"
|
||||||
#include "llvm/Constants.h"
|
#include "llvm/Constants.h"
|
||||||
#include "llvm/Analysis/ValueTracking.h"
|
#include "llvm/Analysis/ValueTracking.h"
|
||||||
#include "llvm/Function.h"
|
#include "llvm/Function.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user