diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-05-23 05:10:06 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-05-23 05:10:06 +0000 |
commit | d4889be5ca5b0a1c6e48eff69690ea4d999ae325 (patch) | |
tree | ed791c31d2237b6c761e1eac46969f2b8d010909 /llvm/lib | |
parent | 74b08516e93741866aef92687bd13c4a1bc9f231 (diff) | |
download | bcm5719-llvm-d4889be5ca5b0a1c6e48eff69690ea4d999ae325.tar.gz bcm5719-llvm-d4889be5ca5b0a1c6e48eff69690ea4d999ae325.zip |
Fix a typo in a comment.
llvm-svn: 13643
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp b/llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp index 122a97ea794..a0cbb000bb5 100644 --- a/llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp +++ b/llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp @@ -2867,7 +2867,7 @@ GetInstructionsByRule(InstructionNode* subtreeRoot, // Make sure not to substitute an upwards-exposed use -- that would // introduce a use of `tmpI' with no preceding def. Therefore, // substitute a use or def-and-use operand only if a previous def - // operand has already been substituted (i.e., numSusbt > 0). + // operand has already been substituted (i.e., numSubst > 0). // numSubst += mvec[i]->substituteValue(dest, tmpI, /*defsOnly*/ numSubst == 0, |