Change MCOperand to use Create style instead of Make style for constructing
[oota-llvm.git] / utils / TableGen / CodeGenTarget.h
index 0ec9955814603dc8dd632cc3fdb564ab632fa94d..e763795ce0be92d4d45ad84e2ec58e8dc233ca22 100644 (file)
@@ -87,6 +87,10 @@ public:
   ///
   Record *getInstructionSet() const;
 
+  /// getAsmParser - Return the AssemblyParser definition for this target.
+  ///
+  Record *getAsmParser() const;
+
   /// getAsmWriter - Return the AssemblyWriter definition for this target.
   ///
   Record *getAsmWriter() const;