diff options
author | Jeff Law <law@gcc.gnu.org> | 1994-12-27 13:45:51 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1994-12-27 13:45:51 -0700 |
commit | 808cfea199c97196c7d641ad144459fde7b245a1 (patch) | |
tree | 6cc5e923ef40be309a81212ebc955c84984cdd43 /gcc | |
parent | bd657ba5ce73580e35317e3ca10e1d85dc8a7351 (diff) | |
download | gcc-808cfea199c97196c7d641ad144459fde7b245a1.zip gcc-808cfea199c97196c7d641ad144459fde7b245a1.tar.gz gcc-808cfea199c97196c7d641ad144459fde7b245a1.tar.bz2 |
* pa.c (output_movb): Fix ttypo.
From-SVN: r8693
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 27c1d8d..50e1a3e 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 |