From 22023607345b083907591c32152b2c59e48e0cd7 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Thu, 9 Jul 2009 23:42:59 +0000 Subject: [PATCH] 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 --- lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index 9729f95a590..391cf17fa13 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp @@ -5321,7 +5321,7 @@ void SelectionDAGLowering::visitInlineAsm(CallSite CS) { // 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); }