diff options
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-10-15 19:26:25 +0000 |
---|---|---|
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-10-15 19:26:25 +0000 |
commit | a07cae65e3b325ea1673a1cab0928a5916972a26 (patch) | |
tree | 2a6eb7b4823320ba5d2307f7beb795eff2001353 /llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp | |
parent | 460ceae432c36031b18e3a0051b3d476b40c9ec1 (diff) | |
download | bcm5719-llvm-a07cae65e3b325ea1673a1cab0928a5916972a26.tar.gz bcm5719-llvm-a07cae65e3b325ea1673a1cab0928a5916972a26.zip |
Re-apply 84180 with the fixed test case.
llvm-svn: 84195
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp b/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp index c9ebb5756cd..a97dc35b137 100644 --- a/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp +++ b/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp @@ -21,6 +21,7 @@ #define DEBUG_TYPE "pic16-codegen" #include "PIC16.h" +#include "PIC16ABINames.h" #include "PIC16InstrInfo.h" #include "PIC16MCAsmInfo.h" #include "PIC16TargetMachine.h" |