mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
oops
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30462 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3fbd67898e
commit
303c6222a4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user