aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/SparcV9RegClassInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/SparcV9/SparcV9RegClassInfo.cpp')
-rw-r--r--lib/Target/SparcV9/SparcV9RegClassInfo.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp
index 883ed52d0f..ff01f355ed 100644
--- a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp
+++ b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp
@@ -43,8 +43,8 @@ void SparcIntRegClass::colorIGNode(IGNode * Node, bool IsColorUsedArr[]) const
return;
}
else { // can't allocate the suggested col
- cout << " Coud NOT allocate the suggested color for LR ";
- LR->printSet(); cout << endl;
+ cerr << " Could NOT allocate the suggested color for LR ";
+ LR->printSet(); cerr << endl;
}
}
@@ -193,8 +193,8 @@ void SparcFloatRegClass::colorIGNode(IGNode * Node,bool IsColorUsedArr[]) const
return;
}
else { // can't allocate the suggested col
- cout << " Coud NOT allocate the suggested color for LR ";
- LR->printSet(); cout << endl;
+ cerr << " Could NOT allocate the suggested color for LR ";
+ LR->printSet(); cerr << endl;
}
}