diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-10-02 23:38:50 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-10-02 23:38:50 +0000 |
commit | f9e008bf673a8eeb04766bfc99f51068608809d2 (patch) | |
tree | 0deba15e11a758ec5adc15006510f2568294ab29 /include/llvm/MC/MCParser | |
parent | 8e71e617c9b1e42737ffd00984a5025ec90c734c (diff) | |
download | external_llvm-f9e008bf673a8eeb04766bfc99f51068608809d2.zip external_llvm-f9e008bf673a8eeb04766bfc99f51068608809d2.tar.gz external_llvm-f9e008bf673a8eeb04766bfc99f51068608809d2.tar.bz2 |
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/llvm/MC/MCParser')
-rw-r--r-- | include/llvm/MC/MCParser/MCParsedAsmOperand.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/MC/MCParser/MCParsedAsmOperand.h b/include/llvm/MC/MCParser/MCParsedAsmOperand.h index 06e9dc9..0ce32d6 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. |