summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-08 21:37:01 +0000
committerChris Lattner <sabre@nondot.org>2009-08-08 21:37:01 +0000
commit26cc5b78d0f71b78a5d439532b966edf64cc75c8 (patch)
treeb04a07690d91f2b0dcbe0fe1546f465efd35aedb /llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
parent66f4f54e8af0601af9d7b73dd7f4968aa430488e (diff)
downloadbcm5719-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.h2
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.
OpenPOWER on IntegriCloud