Displaying 1 result from an estimated 1 matches for "escalainstrinfo".
2015 Dec 02
2
Unable to clone an instruction in AsmPrinter::EmitInstruction
...Function::CloneMachineInstr(const
llvm::MachineInstr*&) const’
MachineInstr *CloneMI = MF->CloneMachineInstr(MI);
^
lib/Target/Escala/EscalaAsmPrinter.cpp:379:51: note: candidate is:
In file included from include/llvm/Target/TargetInstrInfo.h:19:0,
from lib/Target/Escala/EscalaInstrInfo.h:19,
from lib/Target/Escala/EscalaAsmPrinter.cpp:17:
include/llvm/CodeGen/MachineFunction.h:383:17: note: llvm::MachineInstr*
llvm::MachineFunction::CloneMachineInstr(const llvm::MachineInstr*) <near
match>
MachineInstr *CloneMachineInstr(const MachineInstr *Orig);...