forked from OSchip/llvm-project
parent
9603143c5d
commit
2c441c6afe
|
@ -387,7 +387,6 @@ void PIC16AsmPrinter::emitFunctionData(MachineFunction &MF) {
|
|||
|
||||
|
||||
// Emit function frame label
|
||||
char ch;
|
||||
O << FunctionLabelBegin << CurrentFnName << ".frame:\n";
|
||||
|
||||
const Type *RetType = F->getReturnType();
|
||||
|
|
Loading…
Reference in New Issue