commit | ac2620eaebfccc759fbd341cfa5cfda563b7a71d | [log] [tgz] |
---|---|---|
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | Thu Oct 15 19:26:25 2009 +0000 |
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | Thu Oct 15 19:26:25 2009 +0000 |
tree | 2f4623142c423413b4ebfac930162f9b79866c39 | |
parent | 1b2cfa4be33b01c9fe32b1dcb7a9ba2298e8e25c [diff] [blame] |
Re-apply 84180 with the fixed test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84195 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PIC16/PIC16DebugInfo.cpp b/lib/Target/PIC16/PIC16DebugInfo.cpp index dd20f20..0ed44d2 100644 --- a/lib/Target/PIC16/PIC16DebugInfo.cpp +++ b/lib/Target/PIC16/PIC16DebugInfo.cpp
@@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "PIC16.h" +#include "PIC16ABINames.h" #include "PIC16DebugInfo.h" #include "llvm/GlobalVariable.h" #include "llvm/CodeGen/MachineFunction.h"