make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" hack.
[oota-llvm.git] / lib / Target / PIC16 / PIC16Subtarget.h
index c6eb7119d9575d2a2f1016cd5c5fe4c7900e1bdb..e5147a0cf892871ca63a24ffea124ef29ba174bc 100644 (file)
@@ -37,7 +37,8 @@ public:
 
   /// ParseSubtargetFeatures - Parses features string setting specified 
   /// subtarget options.  Definition of function is auto generated by tblgen.
-  void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU);
+  std::string ParseSubtargetFeatures(const std::string &FS,
+                                     const std::string &CPU);
 };
 } // End llvm namespace