[llvm-commits] [llvm] r149137 - /llvm/trunk/include/llvm/CodeGen/MachineInstr.h
Jim Grosbach
grosbach at apple.com
Fri Jan 27 10:35:04 PST 2012
Author: grosbach
Date: Fri Jan 27 12:35:03 2012
New Revision: 149137
URL: http://llvm.org/viewvc/llvm-project?rev=149137&view=rev
Log:
Fix typo.
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=149137&r1=149136&r2=149137&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstr.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstr.h Fri Jan 27 12:35:03 2012
@@ -741,7 +741,7 @@
/// isRegTiedToUseOperand - Given the index of a register def operand,
/// check if the register def is tied to a source operand, due to either
/// two-address elimination or inline assembly constraints. Returns the
- /// first tied use operand index by reference is UseOpIdx is not null.
+ /// first tied use operand index by reference if UseOpIdx is not null.
bool isRegTiedToUseOperand(unsigned DefOpIdx, unsigned *UseOpIdx = 0) const;
/// isRegTiedToDefOperand - Return true if the use operand of the specified
More information about the llvm-commits
mailing list