diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-05-23 19:50:50 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-05-23 19:50:50 +0000 |
commit | 7357d8f48490c42cf6237c3a8f982a36258248db (patch) | |
tree | 84e4c7c067cf7671696a466e471ce202604ffb81 /lib/Target/XCore/XCoreSubtarget.h | |
parent | dc3e36dd1f8485f55a28fac99fa23a5bfb011e61 (diff) | |
download | external_llvm-7357d8f48490c42cf6237c3a8f982a36258248db.zip external_llvm-7357d8f48490c42cf6237c3a8f982a36258248db.tar.gz external_llvm-7357d8f48490c42cf6237c3a8f982a36258248db.tar.bz2 |
Propagate CPU string out of SubtargetFeatures
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72335 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/XCoreSubtarget.h')
-rw-r--r-- | lib/Target/XCore/XCoreSubtarget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreSubtarget.h b/lib/Target/XCore/XCoreSubtarget.h index 779018f..ff6475b 100644 --- a/lib/Target/XCore/XCoreSubtarget.h +++ b/lib/Target/XCore/XCoreSubtarget.h @@ -38,7 +38,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 |