From 808cfea199c97196c7d641ad144459fde7b245a1 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 27 Dec 1994 13:45:51 -0700 Subject: [PATCH] * pa.c (output_movb): Fix ttypo. From-SVN: r8693 --- gcc/config/pa/pa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 27c1d8dd73e..50e1a3e1110 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -3775,7 +3775,7 @@ output_movb (operands, insn, which_alternative, reverse_comparison) if (dbr_sequence_length () != 0 && ! forward_branch_p (insn) && nullify) - return "movb,%N2,n %1,%0,.+12\n\ttbl %3,0"; + return "movb,%N2,n %1,%0,.+12\n\tbl %3,0"; /* Handle short backwards branch with an unfilled delay slot. Using a movb;nop rather than or;bl saves 1 cycle for both -- 2.30.2