aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-07-03 16:17:20 +0000
committerSanjay Patel <spatel@rotateright.com>2014-07-03 16:17:20 +0000
commita4e74076b3da0a59091b85243bb8a31d75f6974c (patch)
tree7069f5f535df575dfaece094d3e80f612be92a53
parent3374910f1908b522f8f0ba7798e0e7f634d46588 (diff)
downloadllvm-a4e74076b3da0a59091b85243bb8a31d75f6974c.zip
llvm-a4e74076b3da0a59091b85243bb8a31d75f6974c.tar.gz
llvm-a4e74076b3da0a59091b85243bb8a31d75f6974c.tar.bz2
fixed typo in comment
llvm-svn: 212279
-rw-r--r--llvm/include/llvm/CodeGen/MachineInstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h
index 67a06ed..3c82811 100644
--- a/llvm/include/llvm/CodeGen/MachineInstr.h
+++ b/llvm/include/llvm/CodeGen/MachineInstr.h
@@ -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 {