Revert 165057, per Jim's request. This requires further discussion.
[oota-llvm.git] / include / llvm / MC / MCParser / MCParsedAsmOperand.h
index 06e9dc90652bc5e5343a8c06c71a9771b8b3b38f..0ce32d617effae79ed46b4f672d8e3c9333d6a29 100644 (file)
@@ -34,13 +34,6 @@ public:
   /// isMem - Is this a memory operand?
   virtual bool isMem() const = 0;
 
-  /// isMSAsmWildcard - Is this a wildcard operand?  This is specific to
-  /// MS-style inline assembly and should never happen in normal assembly.
-  virtual bool isMSAsmWildcard() const { return false; }
-
-  /// setMSAsmWildcard - Convert the operand into a wildcard.
-  virtual void setMSAsmWildcard(unsigned Size) { }
-
   /// getStartLoc - Get the location of the first token of this operand.
   virtual SMLoc getStartLoc() const = 0;
   /// getEndLoc - Get the location of the last token of this operand.