forked from OSchip/llvm-project
Test commit
This commit is contained in:
parent
4f2e183229
commit
3f066ac648
llvm/lib/Target/PowerPC
|
@ -347,7 +347,6 @@ bool PPCAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
|
|||
// At the moment, all inline asm memory operands are a single register.
|
||||
// In any case, the output of this routine should always be just one
|
||||
// assembler operand.
|
||||
|
||||
bool PPCAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
|
||||
const char *ExtraCode,
|
||||
raw_ostream &O) {
|
||||
|
|
Loading…
Reference in New Issue