[llvm-commits] [llvm] r75952 - /llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.h

Anton Korobeynikov asl at math.spbu.ru
Thu Jul 16 06:54:21 PDT 2009


Author: asl
Date: Thu Jul 16 08:54:20 2009
New Revision: 75952

URL: http://llvm.org/viewvc/llvm-project?rev=75952&view=rev
Log:
Unbreak due to mainline api change

Modified:
    llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.h

Modified: llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.h?rev=75952&r1=75951&r2=75952&view=diff

==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.h (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZSubtarget.h Thu Jul 16 08:54:20 2009
@@ -33,7 +33,7 @@
 
   /// 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
 





More information about the llvm-commits mailing list