Dead code.
authorChad Rosier <mcrosier@apple.com>
Tue, 19 Mar 2013 22:12:47 +0000 (22:12 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 19 Mar 2013 22:12:47 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177450 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCParser/MCParsedAsmOperand.h

index 09e28262cbc04f5b0d8eb2403407672d3bd02902..4650bf21be7e8f7e0d631285b1b5113b4952b709 100644 (file)
@@ -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; }