Unbreak due to mainline api change
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 13:54:20 +0000 (13:54 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 13:54:20 +0000 (13:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75952 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SystemZ/SystemZSubtarget.h

index fbd31a3a1bdb87753c4374a2fbb1b7997b2b3d1c..6c516957251886e2ccb31411020de21f55a8823f 100644 (file)
@@ -33,7 +33,7 @@ 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