commit | 10fbb3512c60dd1cff8e6e330aab66dbbb5ea642 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Tue Jun 17 03:24:13 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Tue Jun 17 03:24:13 2008 +0000 |
tree | 256521a2841576b68dd9956ba2628dac1f6a1d2b | |
parent | d4cebcd78956d6f1aff14025c535b809f6a2949b [diff] [blame] |
Fix spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52381 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ // 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); }