summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-06-17 03:24:13 +0000
committerDuncan Sands <baldrick@free.fr>2008-06-17 03:24:13 +0000
commit0ae829e5d14d368d0e43ba74e0f39925da8c1788 (patch)
treed4cc0fe5b2b6caa5607488318b7660160d49fc6e /llvm/lib/CodeGen/SelectionDAG
parentc6501dbc10ea73a6986efc2226fe68be59ba922e (diff)
downloadbcm5719-llvm-0ae829e5d14d368d0e43ba74e0f39925da8c1788.tar.gz
bcm5719-llvm-0ae829e5d14d368d0e43ba74e0f39925da8c1788.zip
Fix spelling.
llvm-svn: 52381
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index a55f904b218..50799d10edc 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -4283,7 +4283,7 @@ void SelectionDAGLowering::visitInlineAsm(CallSite CS) {
// Copy the output from the appropriate register. Find a register that
// we can use.
if (OpInfo.AssignedRegs.Regs.empty()) {
- cerr << "Couldn't allocate output reg for contraint '"
+ cerr << "Couldn't allocate output reg for constraint '"
<< OpInfo.ConstraintCode << "'!\n";
exit(1);
}
OpenPOWER on IntegriCloud