Add comment.
authorChad Rosier <mcrosier@apple.com>
Fri, 21 Sep 2012 20:51:43 +0000 (20:51 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 21 Sep 2012 20:51:43 +0000 (20:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164414 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index 1ba0412fd67d923de980ceec25d4a14f28909aed..6431b75c5480e1722775ab2facc1ea463255dc8a 100644 (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 {