commit | a8efe28a44996978faa42a387f1a6087a7b942c7 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Sun Mar 14 19:56:39 2010 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Sun Mar 14 19:56:39 2010 +0000 |
tree | fc66a5e61bd0a5291156e8cf4fe1fd2ba2a0ef65 | |
parent | c4a3f23b9251b07785cca646ad27b426dfa23230 [diff] [blame] |
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
diff --git a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp b/lib/CodeGen/SelectionDAG/InstrEmitter.cpp index 49105a8..fda094d 100644 --- a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp +++ b/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
@@ -15,7 +15,7 @@ #define DEBUG_TYPE "instr-emitter" #include "InstrEmitter.h" -#include "SDDbgValue.h" +#include "SDNodeDbgValue.h" #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineInstrBuilder.h"