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

llvm/include/llvm/CodeGen/MachineInstr.h

index 67a06ed..3c82811 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 {