convert this to filecheck style and make it a test of darwin/PPC's
[oota-llvm.git] / lib / Target / Alpha / AlphaSubtarget.h
index bcbb62813e499ada2381049a24b92365203aa4a4..0a944cb0a634b96c36865d5c992af4635581ddd6 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);
 
   bool hasCT() const { return HasCT; }
 };