aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-09-17 17:57:26 +0000
committerJim Grosbach <grosbach@apple.com>2009-09-17 17:57:26 +0000
commit47472be0fc842626bbc7103ca8c2d724c213d67e (patch)
treea6c9ebbf3ac7a69db198c0f04d27230072f695a8 /lib/CodeGen
parent961e43f21b9c3565598054313e7b928b7d0bf656 (diff)
downloadexternal_llvm-47472be0fc842626bbc7103ca8c2d724c213d67e.zip
external_llvm-47472be0fc842626bbc7103ca8c2d724c213d67e.tar.gz
external_llvm-47472be0fc842626bbc7103ca8c2d724c213d67e.tar.bz2
grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82150 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/MachineInstr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp
index 792a2e0..cf6597d 100644
--- a/lib/CodeGen/MachineInstr.cpp
+++ b/lib/CodeGen/MachineInstr.cpp
@@ -652,7 +652,7 @@ bool MachineInstr::isDebugLabel() const {
}
/// findRegisterUseOperandIdx() - Returns the MachineOperand that is a use of
-/// the specific register or -1 if it is not found. It further tightening
+/// the specific register or -1 if it is not found. It further tightens
/// the search criteria to a use that kills the register if isKill is true.
int MachineInstr::findRegisterUseOperandIdx(unsigned Reg, bool isKill,
const TargetRegisterInfo *TRI) const {