diff options
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16Section.h')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16Section.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/llvm/lib/Target/PIC16/PIC16Section.h b/llvm/lib/Target/PIC16/PIC16Section.h index 350afb6e91d..9039ca781a3 100644 --- a/llvm/lib/Target/PIC16/PIC16Section.h +++ b/llvm/lib/Target/PIC16/PIC16Section.h @@ -63,6 +63,8 @@ namespace llvm {      void setSize(unsigned size) { Size = size; }      /// Conatined data objects. +    // FIXME: This vector is leaked because sections are allocated with a +    //        BumpPtrAllocator.      std::vector<const GlobalVariable *>Items;      /// Check section type.  | 

