summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-10-02 23:38:50 +0000
committerChad Rosier <mcrosier@apple.com>2012-10-02 23:38:50 +0000
commitf9e008bf673a8eeb04766bfc99f51068608809d2 (patch)
tree0deba15e11a758ec5adc15006510f2568294ab29 /include
parent8e71e617c9b1e42737ffd00984a5025ec90c734c (diff)
downloadllvm-f9e008bf673a8eeb04766bfc99f51068608809d2.tar.gz
llvm-f9e008bf673a8eeb04766bfc99f51068608809d2.tar.bz2
llvm-f9e008bf673a8eeb04766bfc99f51068608809d2.tar.xz
Revert 165057, per Jim's request. This requires further discussion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165069 91177308-0d34-0410-b5e6-96231b3b80d8
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.