From: Misha Brukman Date: Wed, 21 May 2003 19:34:28 +0000 (+0000) Subject: Fixed `volatile' typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c97a2075d997149f3e5d1eb9c824a7a3faeb95cf;p=oota-llvm.git Fixed `volatile' typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6266 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp index 6ab6d6675ff..63b39c16249 100644 --- a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp +++ b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp @@ -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) ";