diff options
| author | Jim Grosbach <grosbach@apple.com> | 2009-09-17 17:57:26 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2009-09-17 17:57:26 +0000 |
| commit | 47472be0fc842626bbc7103ca8c2d724c213d67e (patch) | |
| tree | a6c9ebbf3ac7a69db198c0f04d27230072f695a8 /lib/CodeGen | |
| parent | 961e43f21b9c3565598054313e7b928b7d0bf656 (diff) | |
| download | external_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.cpp | 2 |
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 { |
