From 79333da2bb03356ba227ef43180540b5949988a6 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 23 May 2004 05:10:06 +0000 Subject: [PATCH] Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13643 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9InstrSelection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/SparcV9/SparcV9InstrSelection.cpp b/lib/Target/SparcV9/SparcV9InstrSelection.cpp index 122a97ea794..a0cbb000bb5 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, -- 2.34.1