mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 20:34:58 +00:00
Dead code.
llvm-svn: 177450
This commit is contained in:
parent
3019e30cac
commit
bc89a1acc9
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user