1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Unbreak due to mainline api change

llvm-svn: 75952
This commit is contained in:
Anton Korobeynikov 2009-07-16 13:54:20 +00:00
parent c42f164135
commit 6a90c957dd

View 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