]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blobdiff - include/llvm/MC/MachineLocation.h
Debug info: Get rid of the VLA indirection hack in FastISel.
[opencl/llvm.git] / include / llvm / MC / MachineLocation.h
index c4a96606b143bafb55da1257ace43962bb82ac50..7d9abc3587df33dfb87968edb92413b77069a8f4 100644 (file)
@@ -44,7 +44,8 @@ public:
         Offset == Other.Offset;
   }
 
-  // Accessors
+  // Accessors.
+  /// \return true iff this is a register-indirect location.
   bool isIndirect()      const { return !IsRegister; }
   bool isReg()           const { return IsRegister; }
   unsigned getReg()      const { return Register; }