commit | a07cae65e3b325ea1673a1cab0928a5916972a26 | [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 | 2a6eb7b4823320ba5d2307f7beb795eff2001353 | |
parent | 460ceae432c36031b18e3a0051b3d476b40c9ec1 [diff] [blame] |
Re-apply 84180 with the fixed test case. llvm-svn: 84195
diff --git a/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp b/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp index a17d1a8..827315e 100644 --- a/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp +++ b/llvm/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;