mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164414 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -487,7 +487,8 @@ public:
|
|||||||
SMLoc getStartLoc() const { return StartLoc; }
|
SMLoc getStartLoc() const { return StartLoc; }
|
||||||
/// getEndLoc - Get the location of the last token of this operand.
|
/// getEndLoc - Get the location of the last token of this operand.
|
||||||
SMLoc getEndLoc() const { return EndLoc; }
|
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); }
|
SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
|
||||||
|
|
||||||
ARMCC::CondCodes getCondCode() const {
|
ARMCC::CondCodes getCondCode() const {
|
||||||
|
Reference in New Issue
Block a user