Fixed `volatile' typo.

llvm-svn: 6266
This commit is contained in:
Misha Brukman 2003-05-21 19:34:28 +00:00
parent f865cc44ab
commit c42dc745db
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ void SparcIntRegClass::colorIGNode(IGNode * Node,
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) ";