aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
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
commit10fbb3512c60dd1cff8e6e330aab66dbbb5ea642 (patch)
tree256521a2841576b68dd9956ba2628dac1f6a1d2b /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parentd4cebcd78956d6f1aff14025c535b809f6a2949b (diff)
downloadexternal_llvm-10fbb3512c60dd1cff8e6e330aab66dbbb5ea642.zip
external_llvm-10fbb3512c60dd1cff8e6e330aab66dbbb5ea642.tar.gz
external_llvm-10fbb3512c60dd1cff8e6e330aab66dbbb5ea642.tar.bz2
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52381 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index a55f904..50799d1 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/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);
}