Fixed `volatile' typo.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 21 May 2003 19:34:28 +0000 (19:34 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 21 May 2003 19:34:28 +0000 (19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6266 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9RegClassInfo.cpp

index 6ab6d6675ffead7d684649c39daeccbd97cf3195..63b39c162499c21c4b9c1550a3bed88c78bfadb1 100644 (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) ";