summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-05-23 05:10:06 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-05-23 05:10:06 +0000
commit79333da2bb03356ba227ef43180540b5949988a6 (patch)
tree5ef1975304e01b337530b1355143dfaeede1f641
parent91ad59d75e46eafbea63fe7d4807cc1d22fac565 (diff)
downloadllvm-79333da2bb03356ba227ef43180540b5949988a6.tar.gz
llvm-79333da2bb03356ba227ef43180540b5949988a6.tar.bz2
llvm-79333da2bb03356ba227ef43180540b5949988a6.tar.xz
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13643 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/SparcV9InstrSelection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9InstrSelection.cpp b/lib/Target/SparcV9/SparcV9InstrSelection.cpp
index 122a97ea79..a0cbb000bb 100644
--- a/lib/Target/SparcV9/SparcV9InstrSelection.cpp
+++ b/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,