summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-21 10:18:18 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-21 10:18:18 +0000
commitddb1be658b6726ca8727a5765216944fd33f54ad (patch)
treefcd1c870003dcec43a509b53da24f9532ca4a844 /gcc/optabs.c
parent2dc10fae5c32a9fc6d428e5be8a7e24e3a8ea8ff (diff)
downloadgcc-ddb1be658b6726ca8727a5765216944fd33f54ad.tar.gz
Remove trailing whitespace. Add missing dbxout.c hunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@205205 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 7400b493640..d81ac89e87e 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -870,7 +870,7 @@ expand_subword_shift (enum machine_mode op1_mode, optab binoptab,
outof_input, const1_rtx, 0, unsignedp, methods);
if (shift_mask == BITS_PER_WORD - 1)
{
- tmp = immed_wide_int_const
+ tmp = immed_wide_int_const
(wi::minus_one (GET_MODE_PRECISION (op1_mode)), op1_mode);
tmp = simplify_expand_binop (op1_mode, xor_optab, op1, tmp,
0, true, methods);