fixed typo in comment
authorSanjay Patel <spatel@rotateright.com>
Thu, 3 Jul 2014 16:17:20 +0000 (16:17 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 3 Jul 2014 16:17:20 +0000 (16:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212279 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index 67a06ed774b1472ad18986ba27f9dc40603883b5..3c828116411ef4caf4d03d7e86bec951c301e0ae 100644 (file)
@@ -950,7 +950,7 @@ public:
   }
 
   /// isRegTiedToDefOperand - Return true if the use operand of the specified
-  /// index is tied to an def operand. It also returns the def operand index by
+  /// index is tied to a def operand. It also returns the def operand index by
   /// reference if DefOpIdx is not null.
   bool isRegTiedToDefOperand(unsigned UseOpIdx,
                              unsigned *DefOpIdx = nullptr) const {