summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcRegClassInfo.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-05-21 19:34:28 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-05-21 19:34:28 +0000
commitc42dc745db2aebc0c24b0258e552f924c9cda063 (patch)
tree037f6d52ba2925d71255e2c8fd0123369329dc06 /llvm/lib/Target/Sparc/SparcRegClassInfo.cpp
parentf865cc44abb35a50340f831c3a0a554fda42d4c2 (diff)
downloadbcm5719-llvm-c42dc745db2aebc0c24b0258e552f924c9cda063.tar.gz
bcm5719-llvm-c42dc745db2aebc0c24b0258e552f924c9cda063.zip
Fixed `volatile' typo.
llvm-svn: 6266
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcRegClassInfo.cpp')
-rw-r--r--llvm/lib/Target/Sparc/SparcRegClassInfo.cpp2
1 files changed, 1 insertions, 1 deletions
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) ";
OpenPOWER on IntegriCloud