pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the generic...
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Mon, 6 Jul 2009 18:09:11 +0000 (18:09 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Mon, 6 Jul 2009 18:09:11 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74839 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PIC16/PIC16TargetAsmInfo.cpp

index a81c95f1594b480c5c2fc33f251ca082782bb4f3..979fadfc9012c64c2d031bbf8ecfc6d4d6ca9b64 100644 (file)
@@ -30,6 +30,7 @@ PIC16TargetAsmInfo(const PIC16TargetMachine &TM)
   Data8bitsDirective = " db ";
   Data16bitsDirective = " dw ";
   Data32bitsDirective = " dl ";
+  Data64bitsDirective = NULL;
   RomData8bitsDirective = " dw ";
   RomData16bitsDirective = " rom_di ";
   RomData32bitsDirective = " rom_dl ";