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:
3fbd678
)
oops
author
Andrew Lenharth
<andrewl@lenharth.org>
Mon, 18 Sep 2006 18:00:18 +0000
(18:00 +0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Mon, 18 Sep 2006 18:00:18 +0000
(18:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30462
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter.cpp
b/lib/CodeGen/AsmPrinter.cpp
index 72650ba183cbf40d0ccba94984d84992306d49fe..f6b4bfcbfe357a520f9c8417fd61503e36619827 100644
(file)
--- a/
lib/CodeGen/AsmPrinter.cpp
+++ b/
lib/CodeGen/AsmPrinter.cpp
@@
-714,7
+714,6
@@
void AsmPrinter::printInlineAsm(const MachineInstr *MI) const {
if (OpNo >= MI->getNumOperands()) {
Error = true;
- std::cerr << "Too many operands\n";
} else {
unsigned OpFlags = MI->getOperand(OpNo).getImmedValue();
++OpNo; // Skip over the ID number.