Fix an apparent copy-and-paste problem in an error message.
llvm-svn: 75197
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
index 9729f95..391cf17 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
@@ -5321,7 +5321,7 @@
// Copy the input into the appropriate registers.
if (OpInfo.AssignedRegs.Regs.empty()) {
- cerr << "llvm: error: Couldn't allocate output reg for constraint '"
+ cerr << "llvm: error: Couldn't allocate input reg for constraint '"
<< OpInfo.ConstraintCode << "'!\n";
exit(1);
}