diff options
Diffstat (limited to 'lib/Target/PIC16/PIC16Section.h')
-rw-r--r-- | lib/Target/PIC16/PIC16Section.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PIC16/PIC16Section.h b/lib/Target/PIC16/PIC16Section.h index 693ac3a..3a8bbfb 100644 --- a/lib/Target/PIC16/PIC16Section.h +++ b/lib/Target/PIC16/PIC16Section.h @@ -57,6 +57,7 @@ namespace llvm { /// Return the Color of the section. int getColor() const { return Color; } + void setColor(int color) { Color = color; } /// Return the size of the section. unsigned getSize() const { return Size; } |