commit | 22023607345b083907591c32152b2c59e48e0cd7 | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Thu Jul 09 23:42:59 2009 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Thu Jul 09 23:42:59 2009 +0000 |
tree | dd07401d21ea76763fb230040de750e6fda8ca2c | |
parent | 896fe89f55a1620782eb3d421271059a02d92d1c [diff] [blame] |
Fix an apparent copy-and-paste problem in an error message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75197 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index 9729f95..391cf17 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/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); }