commit | 1e86a66b00b94adc4ad6977ef6b47c516ac62cec | [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 | 14a55d952cf238fff42da53a75f39cf06dab184b [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;