commit | 753ec15d5f1cf29a08807dba5e1953f394727f0c | [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 | 6ad8c84d7023d639eda38105625adda060ef045c [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/PIC16MCAsmInfo.cpp b/lib/Target/PIC16/PIC16MCAsmInfo.cpp index a17d1a8..827315e 100644 --- a/lib/Target/PIC16/PIC16MCAsmInfo.cpp +++ b/lib/Target/PIC16/PIC16MCAsmInfo.cpp
@@ -16,6 +16,7 @@ // FIXME: Layering violation to get enums and static function, should be moved // to separate headers. #include "PIC16.h" +#include "PIC16ABINames.h" #include "PIC16ISelLowering.h" using namespace llvm;