forked from OSchip/llvm-project
parent
feeec326fe
commit
143d0f7371
|
@ -487,7 +487,8 @@ public:
|
|||
SMLoc getStartLoc() const { return StartLoc; }
|
||||
/// getEndLoc - Get the location of the last token of this operand.
|
||||
SMLoc getEndLoc() const { return EndLoc; }
|
||||
|
||||
/// getLocRange - Get the range between the first and last token of this
|
||||
/// operand.
|
||||
SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
|
||||
|
||||
ARMCC::CondCodes getCondCode() const {
|
||||
|
|
Loading…
Reference in New Issue