summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCParser/MCParsedAsmOperand.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/MC/MCParser/MCParsedAsmOperand.h b/include/llvm/MC/MCParser/MCParsedAsmOperand.h
index 06e9dc9065..0ce32d617e 100644
--- a/include/llvm/MC/MCParser/MCParsedAsmOperand.h
+++ b/include/llvm/MC/MCParser/MCParsedAsmOperand.h
@@ -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.