diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-12-31 22:18:00 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-12-31 22:18:00 +0000 |
commit | c66c05059033638fc19126e1e1b5ecb059d18ec9 (patch) | |
tree | 19e782e6994dac0e2c0689a0ae44f58d4877cf8d /gcc/optabs.c | |
parent | d8affa5a0d847fddaf1868e8b51123112348a178 (diff) | |
download | gcc-c66c05059033638fc19126e1e1b5ecb059d18ec9.tar.gz |
(expand_binop): Correct indentation of doubleword multiply picture.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3024 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index eed7befb8dc..356a0595f18 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -660,14 +660,14 @@ expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods) _______________________ [__op0_high_|__op0_low__] _______________________ - * [__op1_high_|__op1_low__] + * [__op1_high_|__op1_low__] _______________________________________________ _______________________ - (1) [__op0_low__*__op1_low__] + (1) [__op0_low__*__op1_low__] _______________________ - (2a) [__op0_low__*__op1_high_] + (2a) [__op0_low__*__op1_high_] _______________________ - (2b) [__op0_high_*__op1_low__] + (2b) [__op0_high_*__op1_low__] _______________________ (3) [__op0_high_*__op1_high_] |