Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's
[oota-llvm.git] / utils / TableGen / CodeGenTarget.h
index f53b6a99c15ccea5ac280b3bf293eafd63bba921..ef46b6c61851a8f36c6215e3e8cb19506af4f548 100644 (file)
@@ -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;