diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-08 21:37:01 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-08 21:37:01 +0000 |
| commit | 26cc5b78d0f71b78a5d439532b966edf64cc75c8 (patch) | |
| tree | b04a07690d91f2b0dcbe0fe1546f465efd35aedb /llvm/lib/Target/PIC16/PIC16TargetObjectFile.h | |
| parent | 66f4f54e8af0601af9d7b73dd7f4968aa430488e (diff) | |
| download | bcm5719-llvm-26cc5b78d0f71b78a5d439532b966edf64cc75c8.tar.gz bcm5719-llvm-26cc5b78d0f71b78a5d439532b966edf64cc75c8.zip | |
add new PIC16Section class, this time hopefully not breaking the build :)
llvm-svn: 78505
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetObjectFile.h')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetObjectFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h index d834cde306b..f8389a6adc7 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h +++ b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h @@ -26,7 +26,7 @@ namespace llvm { /// again and printing only those that match the current section. /// Keeping values inside the sections make printing a section much easier. /// - /// FIXME: Reimplement by inheriting from MCSection. + /// FIXME: MOVE ALL THIS STUFF TO MCSectionPIC16. /// struct PIC16Section { const MCSection *S_; // Connection to actual Section. |

