X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FTableGen%2FCodeGenTarget.h;h=ef46b6c61851a8f36c6215e3e8cb19506af4f548;hb=62c939d7d5572e57963a5f26fb6fe802e13dc0bf;hp=f53b6a99c15ccea5ac280b3bf293eafd63bba921;hpb=28873106309db515d58889a4c4fa3e0a92d1b60e;p=oota-llvm.git diff --git a/utils/TableGen/CodeGenTarget.h b/utils/TableGen/CodeGenTarget.h index f53b6a99c15..ef46b6c6185 100644 --- a/utils/TableGen/CodeGenTarget.h +++ b/utils/TableGen/CodeGenTarget.h @@ -78,6 +78,10 @@ public: Record *getTargetRecord() const { return TargetRec; } const std::string &getName() const; + /// getInstNamespace - Return the target-specific instruction namespace. + /// + std::string getInstNamespace() const; + /// getInstructionSet - Return the InstructionSet object. /// Record *getInstructionSet() const;