forked from OSchip/llvm-project
Fix an apparent copy-and-paste problem in an error message.
llvm-svn: 75197
This commit is contained in:
parent
ae4f2e142a
commit
f76798769f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue