[ms-inline asm] Expose the getReg() function in the base class.
authorChad Rosier <mcrosier@apple.com>
Mon, 1 Oct 2012 20:53:03 +0000 (20:53 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 1 Oct 2012 20:53:03 +0000 (20:53 +0000)
llvm-svn: 164969

llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h

index 369bc72..0ce32d6 100644 (file)
@@ -29,6 +29,8 @@ public:
   virtual bool isImm() const = 0;
   /// isReg - Is this a register operand?
   virtual bool isReg() const = 0;
+  virtual unsigned getReg() const = 0;
+
   /// isMem - Is this a memory operand?
   virtual bool isMem() const = 0;