[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcRegClassInfo.cpp
Misha Brukman
brukman at cs.uiuc.edu
Wed May 21 14:35:01 PDT 2003
Changes in directory llvm/lib/Target/Sparc:
SparcRegClassInfo.cpp updated: 1.20 -> 1.21
---
Log message:
Fixed `volatile' typo.
---
Diffs of the changes:
Index: llvm/lib/Target/Sparc/SparcRegClassInfo.cpp
diff -u llvm/lib/Target/Sparc/SparcRegClassInfo.cpp:1.20 llvm/lib/Target/Sparc/SparcRegClassInfo.cpp:1.21
--- llvm/lib/Target/Sparc/SparcRegClassInfo.cpp:1.20 Wed May 21 13:05:35 2003
+++ llvm/lib/Target/Sparc/SparcRegClassInfo.cpp Wed May 21 14:34:28 2003
@@ -43,7 +43,7 @@
LR->setColor(LR->getSuggestedColor());
return;
} else if(DEBUG_RA) {
- std::cerr << "\n Couldn't alloc Sug col - LR voloatile & calls interf";
+ std::cerr << "\n Couldn't alloc Sug col - LR volatile & calls interf";
}
} else if (DEBUG_RA) { // can't allocate the suggested col
std::cerr << "\n Could NOT allocate the suggested color (already used) ";
More information about the llvm-commits
mailing list