projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896fe89
)
Fix an apparent copy-and-paste problem in an error message.
author
Bob Wilson
<bob.wilson@apple.com>
Thu, 9 Jul 2009 23:42:59 +0000
(23:42 +0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Thu, 9 Jul 2009 23:42:59 +0000
(23:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75197
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
index 9729f95a5906cf64d46ae6048660dacaaaef55a9..391cf17fa1302e6eb17f9cf08ce82c6217a730a8 100644
(file)
--- 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
out
put reg for constraint '"
+ cerr << "llvm: error: Couldn't allocate
in
put reg for constraint '"
<< OpInfo.ConstraintCode << "'!\n";
exit(1);
}