[llvm] r212279 - fixed typo in comment

Sanjay Patel spatel at rotateright.com
Thu Jul 3 09:17:20 PDT 2014


Author: spatel
Date: Thu Jul  3 11:17:20 2014
New Revision: 212279

URL: http://llvm.org/viewvc/llvm-project?rev=212279&view=rev
Log:
fixed typo in comment

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineInstr.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineInstr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstr.h?rev=212279&r1=212278&r2=212279&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstr.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstr.h Thu Jul  3 11:17:20 2014
@@ -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 {





More information about the llvm-commits mailing list