diff options
author | Devang Patel <dpatel@apple.com> | 2009-06-19 22:08:58 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-06-19 22:08:58 +0000 |
commit | 1e86a66b00b94adc4ad6977ef6b47c516ac62cec (patch) | |
tree | 32b5b7051ca2f1a59a70deee175fe7b8d88293a7 /lib/Target/PIC16/PIC16DebugInfo.cpp | |
parent | 14a55d952cf238fff42da53a75f39cf06dab184b (diff) |
mv CodeGen/DebugLoc.h Support/DebugLoc.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16DebugInfo.cpp')
-rw-r--r-- | lib/Target/PIC16/PIC16DebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16DebugInfo.cpp b/lib/Target/PIC16/PIC16DebugInfo.cpp index 32549251c6..27551cd13d 100644 --- a/lib/Target/PIC16/PIC16DebugInfo.cpp +++ b/lib/Target/PIC16/PIC16DebugInfo.cpp @@ -15,7 +15,7 @@ #include "PIC16DebugInfo.h" #include "llvm/GlobalVariable.h" #include "llvm/CodeGen/MachineFunction.h" -#include "llvm/CodeGen/DebugLoc.h" +#include "llvm/Support/DebugLoc.h" #include "llvm/Support/raw_ostream.h" using namespace llvm; |