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 | 00fd0b674956af90485ffb3fa7313262a9af8957 (patch) | |
tree | 13d75166ff37f726cdd9132e96c35d8d84149da9 /llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp | |
parent | f71cb6c439764299ada5946cab2bcb9c3a40cb4e (diff) | |
download | bcm5719-llvm-00fd0b674956af90485ffb3fa7313262a9af8957.tar.gz bcm5719-llvm-00fd0b674956af90485ffb3fa7313262a9af8957.zip |
Rename SDDbgValue.h to SDNodeDbgValue.h for consistency.
llvm-svn: 98513
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp b/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp index 49105a8a9df..fda094d393b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp +++ b/llvm/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" |