forked from OSchip/llvm-project
parent
974a21e6fb
commit
f0eef8ef38
|
@ -192,9 +192,8 @@ public:
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Accessor methods. Caller is responsible for checking the
|
/// getType - Returns the MachineOperandType for this operand.
|
||||||
// operand type before invoking the corresponding accessor.
|
///
|
||||||
//
|
|
||||||
MachineOperandType getType() const { return opType; }
|
MachineOperandType getType() const { return opType; }
|
||||||
|
|
||||||
/// isPCRelative - This returns the value of the PCRELATIVE flag, which
|
/// isPCRelative - This returns the value of the PCRELATIVE flag, which
|
||||||
|
@ -204,7 +203,6 @@ public:
|
||||||
///
|
///
|
||||||
bool isPCRelative() const { return (flags & PCRELATIVE) != 0; }
|
bool isPCRelative() const { return (flags & PCRELATIVE) != 0; }
|
||||||
|
|
||||||
|
|
||||||
/// isRegister - Return true if this operand is a register operand. The X86
|
/// isRegister - Return true if this operand is a register operand. The X86
|
||||||
/// backend currently can't decide whether to use MO_MR or MO_VR to represent
|
/// backend currently can't decide whether to use MO_MR or MO_VR to represent
|
||||||
/// them, so we accept both.
|
/// them, so we accept both.
|
||||||
|
|
Loading…
Reference in New Issue