diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-03-14 19:56:39 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-03-14 19:56:39 +0000 |
commit | 1899ca3358e0f0477781472c3b0f4868b9d6e42b (patch) | |
tree | fc66a5e61bd0a5291156e8cf4fe1fd2ba2a0ef65 /lib/CodeGen/SelectionDAG/InstrEmitter.cpp | |
parent | 214e738aabd76b123b2d1a0529b4f709141d014c (diff) | |
download | external_llvm-1899ca3358e0f0477781472c3b0f4868b9d6e42b.tar.gz external_llvm-1899ca3358e0f0477781472c3b0f4868b9d6e42b.tar.bz2 external_llvm-1899ca3358e0f0477781472c3b0f4868b9d6e42b.zip |
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
Diffstat (limited to 'lib/CodeGen/SelectionDAG/InstrEmitter.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/InstrEmitter.cpp b/lib/CodeGen/SelectionDAG/InstrEmitter.cpp index 49105a8a9d..fda094d393 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" |