mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 04:29:28 +02:00
- Removed remains of tai_labeled_instruction, already commented out probably in 1.0 times.
git-svn-id: trunk@33074 -
This commit is contained in:
parent
4fc05e6ec1
commit
36043d13ae
compiler
@ -69,9 +69,6 @@ interface
|
||||
ait_stab,
|
||||
ait_force_line,
|
||||
ait_function_name,
|
||||
{$ifdef m68k}
|
||||
ait_labeled_instruction,
|
||||
{$endif m68k}
|
||||
ait_symbolpair,
|
||||
{ used to split into tiny assembler files }
|
||||
ait_cutobject,
|
||||
|
@ -1781,15 +1781,7 @@ const
|
||||
instr.ConcatInstruction(curlist);
|
||||
end;
|
||||
instr.Free;
|
||||
{
|
||||
instr.init;
|
||||
BuildOpcode;
|
||||
instr.ops := operandnum;
|
||||
if instr.labeled then
|
||||
ConcatLabeledInstr(instr)
|
||||
else
|
||||
ConcatOpCode(instr);
|
||||
instr.done;}
|
||||
|
||||
end;
|
||||
AS_SEPARATOR:
|
||||
begin
|
||||
|
@ -743,13 +743,6 @@ implementation
|
||||
aiclass[ait_stab]:=tai_stab;
|
||||
aiclass[ait_force_line]:=tai_force_line;
|
||||
aiclass[ait_function_name]:=tai_function_name;
|
||||
{$ifdef m68k}
|
||||
{ TODO: FIXME: tai_labeled_instruction doesn't exists}
|
||||
// aiclass[ait_labeled_instruction]:=tai_labeled_instruction;
|
||||
{$endif m68k}
|
||||
{$ifdef SPARC}
|
||||
// aiclass[ait_labeled_instruction]:=tai_labeled_instruction;
|
||||
{$endif SPARC}
|
||||
aiclass[ait_symbolpair]:=tai_symbolpair;
|
||||
aiclass[ait_cutobject]:=tai_cutobject;
|
||||
aiclass[ait_regalloc]:=tai_regalloc;
|
||||
|
Loading…
Reference in New Issue
Block a user