Add comment.

llvm-svn: 164414
This commit is contained in:
Chad Rosier 2012-09-21 20:51:43 +00:00
parent feeec326fe
commit 143d0f7371
1 changed files with 2 additions and 1 deletions

View File

@ -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 {