Fixed `volatile' typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman
2003-05-21 19:34:28 +00:00
parent 81b0686f09
commit c97a2075d9

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) ";