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)
llvm-svn: 164414

llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index 1ba0412..6431b75 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 {