[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Sun May 23 00:11:03 PDT 2004
Changes in directory llvm/lib/Target/SparcV9:
SparcV9InstrSelection.cpp updated: 1.140 -> 1.141
---
Log message:
Fix a typo in a comment.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp:1.140 llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp:1.141
--- llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp:1.140 Sun Apr 25 02:04:49 2004
+++ llvm/lib/Target/SparcV9/SparcV9InstrSelection.cpp Sun May 23 00:10:06 2004
@@ -2867,7 +2867,7 @@
// 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,
More information about the llvm-commits
mailing list