commit | 4f25cfbf68a546010da73707896a2b799056fe65 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Fri Jun 19 22:08:58 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Fri Jun 19 22:08:58 2009 +0000 |
tree | 32b5b7051ca2f1a59a70deee175fe7b8d88293a7 | |
parent | 1a45484151060a9c0190e5d1674709eab72cbd14 [diff] [blame] |
mv CodeGen/DebugLoc.h Support/DebugLoc.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73786 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PIC16/PIC16DebugInfo.cpp b/lib/Target/PIC16/PIC16DebugInfo.cpp index 3254925..27551cd 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;