summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreSubtarget.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-05-23 19:50:50 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-05-23 19:50:50 +0000
commit08bf4c0f5a5981848343c9290c6ff79e9c0306ac (patch)
treeb663e28d680c438e4ff9351c7add06f7130ac91c /llvm/lib/Target/XCore/XCoreSubtarget.h
parentb8fb96905dedcb69e89affe341e9ed0a8bf4f5cb (diff)
downloadbcm5719-llvm-08bf4c0f5a5981848343c9290c6ff79e9c0306ac.tar.gz
bcm5719-llvm-08bf4c0f5a5981848343c9290c6ff79e9c0306ac.zip
Propagate CPU string out of SubtargetFeatures
llvm-svn: 72335
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreSubtarget.h')
-rw-r--r--llvm/lib/Target/XCore/XCoreSubtarget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreSubtarget.h b/llvm/lib/Target/XCore/XCoreSubtarget.h
index 779018f3fce..ff6475baa81 100644
--- a/llvm/lib/Target/XCore/XCoreSubtarget.h
+++ b/llvm/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
OpenPOWER on IntegriCloud