Remove superfluous space
gcc/ada/ChangeLog: * gcc-interface/utils2.c (build_binary_op): Remove space.
This commit is contained in:
parent
d63fbcf800
commit
855bb998c9
1 changed files with 1 additions and 1 deletions
|
@ -972,7 +972,7 @@ build_binary_op (enum tree_code op_code, tree result_type,
|
|||
&& (((TREE_CODE (restype)
|
||||
== TREE_CODE (operand_type (result))
|
||||
&& TYPE_MODE (restype)
|
||||
== TYPE_MODE (operand_type (result))))
|
||||
== TYPE_MODE (operand_type (result))))
|
||||
|| TYPE_ALIGN_OK (restype))))
|
||||
result = TREE_OPERAND (result, 0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue