diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-03-19 22:12:47 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-03-19 22:12:47 +0000 |
commit | 5b0e91a70096097859a2df785f1cd6e58eba5122 (patch) | |
tree | c6d9d1fd929bb7e8b91216aabb1754b8f931766b | |
parent | 15a185f1e0f4d72255f482ce9cac7ef361a3778d (diff) | |
download | bcm5719-llvm-5b0e91a70096097859a2df785f1cd6e58eba5122.tar.gz bcm5719-llvm-5b0e91a70096097859a2df785f1cd6e58eba5122.zip |
Dead code.
llvm-svn: 177450
-rw-r--r-- | llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h b/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h index 09e28262cbc..4650bf21be7 100644 --- a/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h +++ b/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h @@ -63,12 +63,6 @@ public: /// getEndLoc - Get the location of the last token of this operand. virtual SMLoc getEndLoc() const = 0; - /// needAsmRewrite - AsmRewrites happen in both the target-independent and - /// target-dependent parsers. The target-independent parser calls this - /// function to determine if the target-dependent parser has already taken - /// care of the rewrites. Only valid when parsing MS-style inline assembly. - virtual bool needAsmRewrite() const { return true; } - /// needAddressOf - Do we need to emit code to get the address of the /// variable/label? Only valid when parsing MS-style inline assembly. virtual bool needAddressOf() const { return false; } |