diff options
-rw-r--r-- | lib/Target/SparcV9/SparcV9RegClassInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp index 6ab6d66..63b39c1 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) "; |