diff options
Diffstat (limited to 'lib/Target/PIC16/PIC16.td')
-rw-r--r-- | lib/Target/PIC16/PIC16.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16.td b/lib/Target/PIC16/PIC16.td index 0ab4a3444f..8355de1067 100644 --- a/lib/Target/PIC16/PIC16.td +++ b/lib/Target/PIC16/PIC16.td @@ -32,7 +32,7 @@ def PIC16InstrInfo : InstrInfo { // Not currently supported, but work as SubtargetFeature placeholder. def FeaturePIC16Old : SubtargetFeature<"pic16old", "IsPIC16Old", "true", - "PIC16 Old ISA Support">; + "PIC16 Old ISA Support">; //===----------------------------------------------------------------------===// // PIC16 processors supported. |