X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FAlpha%2FAlphaSubtarget.h;h=ea61ec7ef0ac0dd0e8281e7d041b7d49e3ce09b6;hb=b8973bd8f50d7321635e1e07b81a880a0828d185;hp=8eadec00d05786dfe4574088c7e59b33ab839c79;hpb=120ab480ab87e449f152e4b36823c13a80c9022a;p=oota-llvm.git diff --git a/lib/Target/Alpha/AlphaSubtarget.h b/lib/Target/Alpha/AlphaSubtarget.h index 8eadec00d05..ea61ec7ef0a 100644 --- a/lib/Target/Alpha/AlphaSubtarget.h +++ b/lib/Target/Alpha/AlphaSubtarget.h @@ -33,6 +33,10 @@ public: /// of the specified module. /// AlphaSubtarget(const Module &M, const std::string &FS); + + /// 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); bool hasF2I() const { return HasF2I; } bool hasCT() const { return HasCT; }