From c42dc745db2aebc0c24b0258e552f924c9cda063 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 21 May 2003 19:34:28 +0000 Subject: Fixed `volatile' typo. llvm-svn: 6266 --- llvm/lib/Target/Sparc/SparcRegClassInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target') diff --git a/llvm/lib/Target/Sparc/SparcRegClassInfo.cpp b/llvm/lib/Target/Sparc/SparcRegClassInfo.cpp index 6ab6d6675ff..63b39c16249 100644 --- a/llvm/lib/Target/Sparc/SparcRegClassInfo.cpp +++ b/llvm/lib/Target/Sparc/SparcRegClassInfo.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) "; -- cgit v1.2.3