+2015-07-12 Aldy Hernandez <aldyh@redhat.com>
+
+ * bitmap.h: Fix double word typos.
+ * builtins.c: Same.
+ * calls.c: Same.
+ * cfgloopmanip.c: Same.
+ * cgraph.c: Same.
+ * cgraph.h: Same.
+ * cgraphclones.c: Same.
+ * combine.c: Same.
+ * config/aarch64/aarch64-protos.h: Same.
+ * config/aarch64/aarch64.c: Same.
+ * config/aarch64/aarch64.md: Same.
+ * config/arm/arm.md: Same.
+ * config/arm/arm1020e.md: Same.
+ * config/arm/arm1026ejs.md: Same.
+ * config/arm/arm926ejs.md: Same.
+ * config/arm/fa526.md: Same.
+ * config/arm/fa606te.md: Same.
+ * config/arm/fa626te.md: Same.
+ * config/arm/fa726te.md: Same.
+ * config/arm/fmp626.md: Same.
+ * config/darwin.c: Same.
+ * config/epiphany/epiphany.c: Same.
+ * config/frv/frv.c: Same.
+ * config/ft32/ft32.c: Same.
+ * config/gnu-user.h: Same.
+ * config/h8300/constraints.md: Same.
+ * config/i386/i386.c: Same.
+ * config/i386/i386.md: Same.
+ * config/iq2000/iq2000.md: Same.
+ * config/mips/mips.c: Same.
+ * config/mmix/mmix.md: Same.
+ * config/moxie/moxie.c: Same.
+ * config/nds32/nds32.md: Same.
+ * config/pa/pa.h: Same.
+ * config/rs6000/aix.h: Same.
+ * config/rs6000/rs6000.h: Same.
+ * config/sh/sh.c: Same.
+ * config/tilegx/tilegx.md: Same.
+ * config/tilepro/gen-mul-tables.cc: Same.
+ * cse.c: Same.
+ * dbxout.c: Same.
+ * doc/invoke.texi: Same.
+ * dse.c: Same.
+ * dwarf2out.c: Same.
+ * final.c: Same.
+ * gcc.c: Same.
+ * genmatch.c: Same.
+ * gimplify.c: Same.
+ * hash-table.h: Same.
+ * internal-fn.c: Same.
+ * ipa-cp.c: Same.
+ * ipa-devirt.c: Same.
+ * ipa-icf.c: Same.
+ * ipa-icf.h: Same.
+ * ipa-profile.c: Same.
+ * ipa-prop.c: Same.
+ * ipa-prop.h: Same.
+ * ira.c: Same.
+ * omp-low.c: Same.
+ * reg-stack.c: Same.
+ * regcprop.c: Same.
+ * reorg.c: Same.
+ * rtl.h: Same.
+ * sbitmap.h: Same.
+ * tree-eh.c: Same.
+ * tree-inline.c: Same.
+ * tree-sra.c: Same.
+ * tree-ssa-dom.c: Same.
+ * tree-ssa-loop-ivopts.c: Same.
+ * tree-ssa-structalias.c: Same.
+ * tree-ssa-tail-merge.c: Same.
+ * tree-ssa-ter.c: Same.
+ * tree-ssa-threadupdate.c: Same.
+ * tree-ssa-uninit.c: Same.
+ * tree-ssanames.c: Same.
+ * tree-vect-loop-manip.c: Same.
+ * tree-vrp.c: Same.
+ * tree.c: Same.
+ * valtrack.c: Same.
+ * vec.h: Same.
+
2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
PR middle-end/66726
+2015-07-12 Aldy Hernandez <aldyh@redhat.com>
+
+ * gcc-interface/utils.c: Fix double word typos.
+ * gnat_ugn.texi: Same.
+ * init.c: Same.
+ * par.adb: Same.
+ * projects.texi: Same.
+ * sem_ch4.adb: Same.
+ * sem_ch6.adb: Same.
+ * sem_dim.adb: Same.
+ * sem_eval.adb: Same.
+ * sem_prag.adb: Same.
+ * sem_warn.adb: Same.
+
2015-07-07 Andrew MacLeod <amacleod@redhat.com>
* gcc-interface/cuintp.c: Adjust includes.
if (etype == type)
return expr;
- /* If both types types are integral just do a normal conversion.
+ /* If both types are integral just do a normal conversion.
Likewise for a conversion to an unconstrained array. */
if (((INTEGRAL_TYPE_P (type)
|| (POINTER_TYPE_P (type) && !TYPE_IS_THIN_POINTER_P (type))
where implicit @cite{pragma Elaborate} and @cite{pragma Elaborate_All}
are generated. This is useful in diagnosing elaboration circularities
caused by these implicit pragmas when using the static elaboration
-model. See See the section in this guide on elaboration checking for
+model. See the section in this guide on elaboration checking for
further details. These messages are not generated by default, and are
intended only for temporary use when debugging circularity problems.
@end table
@item
@strong{Run_Path_Origin}: single
-Value is the the string that may replace the path name of the executable
+Value is the string that may replace the path name of the executable
directory in the run path options.
@item
@item
@strong{Shared_Library_Suffix}: single
-Value is the the extension of the name of shared library files. When not
+Value is the extension of the name of shared library files. When not
declared, the extension is ".so".
@item
unsigned int acmode);
/* If SS$_CONTROLC has been imported as an exception, it will take
- priority over a a Ctrl/C handler. See above. SIGINT has a
+ priority over a Ctrl/C handler. See above. SIGINT has a
different condition value due to it's DECCCRTL roots and it's
the condition that gets raised for a "kill -INT". */
if ((ctrlc_match || sigint_match) && __gnat_ctrl_c_handler)
-- to either a WITH keyword starting an aspect specification, or an
-- instance of what shpould be a terminator token. In the former case,
-- the aspect specifications are scanned out including the terminator
- -- token if it it is a semicolon, and the Has_Aspect_Specifications
+ -- token if it is a semicolon, and the Has_Aspect_Specifications
-- flag is set in the given declaration node. A list of aspects
-- is built and stored for this declaration node using a call to
-- Set_Aspect_Specifications. If no WITH keyword is present, then this
@item @b{Run_Path_Origin}: single
-Value is the the string that may replace the path name of the executable
+Value is the string that may replace the path name of the executable
directory in the run path options.
@item @b{Separate_Run_Path_Options}: single
@item @b{Shared_Library_Suffix}: single
-Value is the the extension of the name of shared library files. When not
+Value is the extension of the name of shared library files. When not
declared, the extension is ".so".
@item @b{Symbolic_Link_Supported}: single
-- to be considered, we don't want the default inequality declared
-- in Standard to be chosen, and the "/=" will be rewritten as a
-- negation of "=" (see the end of Analyze_Equality_Op). This ensures
- -- that that rewriting happens during analysis rather than being
+ -- that rewriting happens during analysis rather than being
-- delayed until expansion (this is needed for ASIS, which only sees
-- the unexpanded tree). Note that if the node is N_Op_Ne, but Op_Id
-- is Name_Op_Eq then we still proceed with the interpretation,
-- Proceed with analysis. Do not emit a cross-reference entry if the
-- specification comes from an expression function, because it may be
- -- the completion of a previous declaration. It is is not, the cross-
+ -- the completion of a previous declaration. It is not, the cross-
-- reference entry will be emitted for the new subprogram declaration.
if Nkind (Parent (N)) /= N_Expression_Function then
-- string of dimension symbols. If In_Error_Msg is True (i.e. the String_Id
-- will be used to issue an error message) then this routine has a special
-- handling for the insertion characters * or [ which must be preceded by
- -- a quote ' to to be placed literally into the message.
+ -- a quote ' to be placed literally into the message.
function From_Dim_To_Str_Of_Unit_Symbols
(Dims : Dimension_Type;
elsif No (Ltyp) or else No (Rtyp) then
return Unknown;
- -- We do not attempt comparisons for packed arrays arrays represented as
+ -- We do not attempt comparisons for packed arrays represented as
-- modular types, where the semantics of comparison is quite different.
elsif Is_Packed_Array_Impl_Type (Ltyp)
Generate_Reference (E, Id, 'i');
end if;
- -- If the pragma comes from from an aspect, it only applies to the
+ -- If the pragma comes from an aspect, it only applies to the
-- given entity, not its homonyms.
if From_Aspect_Specification (N) then
-- Otherwise we are at the outer level. An exception
-- handler is significant only if it references the
-- variable in question, or if the entity in question
- -- is an OUT or IN OUT parameter, which which case
+ -- is an OUT or IN OUT parameter, in which case
-- the caller can reference it after the exception
-- handler completes.
* set_disjuction : bitmap_xor_comp / bitmap_xor_comp_into
* set_compare : bitmap_equal_p
- Some operations on 3 sets that occur frequently in in data flow problems
+ Some operations on 3 sets that occur frequently in data flow problems
are also implemented:
* A | (B & C) : bitmap_ior_and_into
type_align = TYPE_ALIGN (ttype);
}
- /* If the object has smaller alignment, the the lock free routines cannot
+ /* If the object has smaller alignment, the lock free routines cannot
be used. */
if (type_align < mode_align)
return boolean_false_node;
+2015-07-12 Aldy Hernandez <aldyh@redhat.com>
+
+ * c-common.c: Fix double word typos.
+
2015-07-10 Eric Botcazou <ebotcazou@adacore.com>
* c-ada-spec.h (cpp_operation): Revert latest change.
* c-common.h: Adjust includes for flags.h changes.
* stub-objc.c: Likewise.
-
+
2015-07-08 Eric Botcazou <ebotcazou@adacore.com>
* c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.
"switch condition has boolean value");
}
- /* From here on, we only care about about enumerated types. */
+ /* From here on, we only care about enumerated types. */
if (!type || TREE_CODE (type) != ENUMERAL_TYPE)
return;
TRUE is returned if it is translated into the proper format for a call to the
external library, and NEW_RETURN is set the tree for that function.
FALSE is returned if processing for the _N variation is required, and
- NEW_RETURN is set to the the return value the result is copied into. */
+ NEW_RETURN is set to the return value the result is copied into. */
static bool
resolve_overloaded_atomic_exchange (location_t loc, tree function,
vec<tree, va_gc> *params, tree *new_return)
TRUE is returned if it is translated into the proper format for a call to the
external library, and NEW_RETURN is set the tree for that function.
FALSE is returned if processing for the _N variation is required, and
- NEW_RETURN is set to the the return value the result is copied into. */
+ NEW_RETURN is set to the return value the result is copied into. */
static bool
resolve_overloaded_atomic_load (location_t loc, tree function,
TRUE is returned if it is translated into the proper format for a call to the
external library, and NEW_RETURN is set the tree for that function.
FALSE is returned if processing for the _N variation is required, and
- NEW_RETURN is set to the the return value the result is copied into. */
+ NEW_RETURN is set to the return value the result is copied into. */
static bool
resolve_overloaded_atomic_store (location_t loc, tree function,
and may be modified by this routine.
OLD_PENDING_ADJ, MUST_PREALLOCATE and FLAGS are pointers to integer
- flags which may may be modified by this routine.
+ flags which may be modified by this routine.
MAY_TAILCALL is cleared if we encounter an invisible pass-by-reference
that requires allocation of stack space.
}
/* Fix placements of basic blocks inside loop hierarchy stored in loops; i.e.
- enforce condition condition stated in description of fix_bb_placement. We
+ enforce condition stated in description of fix_bb_placement. We
start from basic block FROM that had some of its successors removed, so that
his placement no longer has to be correct, and iteratively fix placement of
its predecessors that may change if placement of FROM changed. Also fix
return (hashval_t) ((intptr_t)call_stmt >> 3);
}
-/* Return nonzero if the call_stmt of of cgraph_edge X is stmt *Y. */
+/* Return nonzero if the call_stmt of cgraph_edge X is stmt *Y. */
inline bool
cgraph_edge_hasher::equal (cgraph_edge *x, gimple y)
if (!keep_arguments)
DECL_ARGUMENTS (decl) = NULL;
}
- /* If the node is abstract and needed, then do not clear DECL_INITIAL
- of its associated function function declaration because it's
+ /* If the node is abstract and needed, then do not clear
+ DECL_INITIAL of its associated function declaration because it's
needed to emit debug info later. */
if (!used_as_abstract_origin && DECL_INITIAL (decl))
DECL_INITIAL (decl) = error_mark_node;
Available after function is analyzed. */
struct GTY(()) cgraph_local_info {
- /* Set when function function is visible in current compilation unit only
- and its address is never taken. */
+ /* Set when function is visible in current compilation unit only and
+ its address is never taken. */
unsigned local : 1;
/* False when there is something makes versioning impossible. */
/* Max hardware vector size in bits for floating point vectors. */
unsigned int vecsize_float;
- /* The mangling character for a given vector size. This is is used
+ /* The mangling character for a given vector size. This is used
to determine the ISA mangling bit as specified in the Intel
Vector ABI. */
unsigned char vecsize_mangle;
/* Once all functions from compilation unit are in memory, produce all clones
and update all calls. We might also do this on demand if we don't want to
bring all functions to memory prior compilation, but current WHOPR
- implementation does that and it is is bit easier to keep everything right
+ implementation does that and it is bit easier to keep everything right
in this order. */
void materialize_all_clones (void);
/* Once all functions from compilation unit are in memory, produce all clones
and update all calls. We might also do this on demand if we don't want to
bring all functions to memory prior compilation, but current WHOPR
- implementation does that and it is is bit easier to keep everything right in
+ implementation does that and it is a bit easier to keep everything right in
this order. */
void
We also try to combine triplets of insns A, B and C when C has
a link back to B and B has a link back to A. Likewise for a
small number of quadruplets of insns A, B, C and D for which
- there's high likelihood of of success.
+ there's high likelihood of success.
LOG_LINKS does not have links for use of the CC0. They don't
need to, because the insn that sets the CC0 is always immediately
SYMBOL_SMALL_TLSDESC
SYMBOL_SMALL_GOTTPREL
SYMBOL_TLSLE
- Each of of these represents a thread-local symbol, and corresponds to the
+ Each of these represents a thread-local symbol, and corresponds to the
thread local storage relocation operator for the symbol being referred to.
SYMBOL_TINY_ABSOLUTE
here before rtl expand. Tree IVOPT will generate rtl pattern to
decide rtx costs, in which case pic_offset_table_rtx is not
initialized. For that case no need to generate the first adrp
- instruction as the the final cost for global variable access is
+ instruction as the final cost for global variable access is
one instruction. */
if (gp_rtx != NULL)
{
;; Instruction types and attributes
;; -------------------------------------------------------------------
-; The "type" attribute is is included here from AArch32 backend to be able
+; The "type" attribute is included here from AArch32 backend to be able
; to share pipeline descriptions.
(include "../arm/types.md")
"TARGET_32BIT"
"#" ; "rsbs\\t%Q0, %1, #0\;sbc\\t%R0,%R0,%R0"
;; Don't care what register is input to sbc,
- ;; since we just just need to propagate the carry.
+ ;; since we just need to propagate the carry.
"&& reload_completed"
[(parallel [(set (reg:CC CC_REGNUM)
(compare:CC (const_int 0) (match_dup 1)))
;; ALU instructions require three cycles to execute, and use the ALU
;; pipeline in each of the three stages. The results are available
-;; after the execute stage stage has finished.
+;; after the execute stage has finished.
;;
;; If the destination register is the PC, the pipelines are stalled
;; for several cycles. That case is not modeled here.
;; ALU instructions require three cycles to execute, and use the ALU
;; pipeline in each of the three stages. The results are available
-;; after the execute stage stage has finished.
+;; after the execute stage has finished.
;;
;; If the destination register is the PC, the pipelines are stalled
;; for several cycles. That case is not modeled here.
;; ALU instructions require three cycles to execute, and use the ALU
;; pipeline in each of the three stages. The results are available
-;; after the execute stage stage has finished.
+;; after the execute stage has finished.
;;
;; If the destination register is the PC, the pipelines are stalled
;; for several cycles. That case is not modeled here.
;; ALU instructions require two cycles to execute, and use the ALU
;; pipeline in each of the three stages. The results are available
-;; after the execute stage stage has finished.
+;; after the execute stage has finished.
;;
;; If the destination register is the PC, the pipelines are stalled
;; for several cycles. That case is not modeled here.
;; ALU instructions require two cycles to execute, and use the ALU
;; pipeline in each of the three stages. The results are available
-;; after the execute stage stage has finished.
+;; after the execute stage has finished.
;;
;; If the destination register is the PC, the pipelines are stalled
;; for several cycles. That case is not modeled here.
;; ALU instructions require two cycles to execute, and use the ALU
;; pipeline in each of the three stages. The results are available
-;; after the execute stage stage has finished.
+;; after the execute stage has finished.
;;
;; If the destination register is the PC, the pipelines are stalled
;; for several cycles. That case is not modeled here.
;; ALU instructions require three cycles to execute, and use the ALU
;; pipeline in each of the three stages. The results are available
-;; after the execute stage stage has finished.
+;; after the execute stage has finished.
;;
;; If the destination register is the PC, the pipelines are stalled
;; for several cycles. That case is not modeled here.
;; ALU instructions require two cycles to execute, and use the ALU
;; pipeline in each of the three stages. The results are available
-;; after the execute stage stage has finished.
+;; after the execute stage has finished.
;;
;; If the destination register is the PC, the pipelines are stalled
;; for several cycles. That case is not modeled here.
/* True iff this entry is for a stub (as opposed to a non-lazy
pointer). */
bool stub_p;
- /* True iff this stub or pointer pointer has been referenced. */
+ /* True iff this stub or pointer has been referenced. */
bool used;
} machopic_indirection;
}
/* X and Y are two things to compare using CODE in IN_MODE.
- Emit the compare insn, construct the the proper cc reg in the proper
+ Emit the compare insn, construct the proper cc reg in the proper
mode, and return the rtx for the cc reg comparison in CMODE. */
rtx
}
}
- /* Set up the sizes of each each field in the frame body, making the sizes
+ /* Set up the sizes of each field in the frame body, making the sizes
of each be divisible by the size of a dword if dword operations might
be used, or the size of a word otherwise. */
alignment = (TARGET_DWORD? 2 * UNITS_PER_WORD : UNITS_PER_WORD);
/* Define this to return an RTX representing the place where a
function returns or receives a value of data type RET_TYPE, a tree
- node node representing a data type. */
+ node representing a data type. */
#undef TARGET_FUNCTION_VALUE
#define TARGET_FUNCTION_VALUE ft32_function_value
#undef TARGET_LIBCALL_VALUE
/* Link -lasan early on the command line. For -static-libasan, don't link
it for -shared link, the executable should be compiled with -static-libasan
- in that case, and for executable link link with --{,no-}whole-archive around
+ in that case, and for executable link with --{,no-}whole-archive around
it to force everything into the executable. And similarly for -ltsan
and -llsan. */
#if defined(HAVE_LD_STATIC_DYNAMIC)
;; before reload so that register allocator will pick the second
;; alternative.
-;; - we would like 'D' to be be NO_REGS when the frame pointer isn't
+;; - we would like 'D' to be NO_REGS when the frame pointer isn't
;; live, but we the frame pointer may turn out to be needed after
;; we start reload, and then we may have already decided we don't
;; have a choice, so we can't do that. Forcing the register
/* If the changed options are different from the default, rerun
ix86_option_override_internal, and then save the options away.
- The string options are are attribute options, and will be undone
+ The string options are attribute options, and will be undone
when we copy the save structure. */
if (opts->x_ix86_isa_flags != def->x_ix86_isa_flags
|| opts->x_target_flags != def->x_target_flags
[(set_attr "type" "fmov")
(set_attr "mode" "<MODE>,XF")])
-;; %%% This seems bad bad news.
+;; %%% This seems like bad news.
;; This cannot output into an f-reg because there is no way to be sure
;; of truncating in that case. Otherwise this is just like a simple move
;; insn. So we pretend we can output to a reg in order to get better
;; instruction takes a 28-bit value, but that value is not an offset.
;; Instead, it's bitwise-ored with the high-order four bits of the
;; instruction in the delay slot, which means it cannot be used to
-;; cross a 256MB boundary. We could fall back back on the jr,
+;; cross a 256MB boundary. We could fall back on the jr
;; instruction which allows full access to the entire address space,
;; but we do not do so at present.
model = SYMBOL_REF_TLS_MODEL (loc);
/* Only TARGET_ABICALLS code can have more than one module; other
- code must be be static and should not use a GOT. All TLS models
+ code must be static and should not use a GOT. All TLS models
reduce to local exec in this situation. */
if (!TARGET_ABICALLS)
model = TLS_MODEL_LOCAL_EXEC;
MMIX_INCOMING_RETURN_ADDRESS_REGNUM);
/* We need the frame-pointer to be live or the equivalent
- expression, so refer to in in the pattern. We can't use a MEM
+ expression, so refer to it in the pattern. We can't use a MEM
(that may contain out-of-range offsets in the final expression)
for fear that middle-end will legitimize it or replace the address
using temporary registers (which are not revived at this point). */
/* Define this to return an RTX representing the place where a
function returns or receives a value of data type RET_TYPE, a tree
- node node representing a data type. */
+ node representing a data type. */
#undef TARGET_FUNCTION_VALUE
#define TARGET_FUNCTION_VALUE moxie_function_value
#undef TARGET_LIBCALL_VALUE
;; Subroutine call instruction returning no value.
;; operands[0]: It should be a mem RTX whose address is
-;; the the address of the function.
+;; the address of the function.
;; operands[1]: It is the number of bytes of arguments pushed as a const_int.
;; operands[2]: It is the number of registers used as operands.
The INCOMING field tracks whether this is an "incoming" or
"outgoing" argument.
- The INDIRECT field indicates whether this is is an indirect
+ The INDIRECT field indicates whether this is an indirect
call or not.
The NARGS_PROTOTYPE field indicates that an argument does not
#if HAVE_AS_REF
/* Issue assembly directives that create a reference to the given DWARF table
identifier label from the current function section. This is defined to
- ensure we drag frame frame tables associated with needed function bodies in
+ ensure we drag frame tables associated with needed function bodies in
a link with garbage collection activated. */
#define ASM_OUTPUT_DWARF_TABLE_REF rs6000_aix_asm_output_dwarf_table_ref
#endif
#define TARGET_DF_SPE (TARGET_HARD_FLOAT && TARGET_DOUBLE_FLOAT \
&& !TARGET_FPRS && TARGET_E500_DOUBLE)
-/* Whether SF/DF operations are supported by by the normal floating point unit
+/* Whether SF/DF operations are supported by the normal floating point unit
(or the vector/scalar unit). */
#define TARGET_SF_FPR (TARGET_HARD_FLOAT && TARGET_FPRS \
&& TARGET_SINGLE_FLOAT)
: cum.arg_count[(int) GET_SH_ARG_CLASS (mode)]);
}
-/* Return true if arg of the specified mode should be be passed in a register
+/* Return true if arg of the specified mode should be passed in a register
or false otherwise. */
static bool
sh_pass_in_reg_p (const CUMULATIVE_ARGS& cum, machine_mode mode,
;; Addresses
;;
-;; The next three patterns are used to to materialize a position
+;; The next three patterns are used to materialize a position
;; independent address by adding the difference of two labels to a base
;; label in the text segment, assuming that the difference fits in 32
;; signed bits.
"%1 = . + 8\n\tlnk\t%0"
[(set_attr "type" "Y1")])
-;; The next three patterns are used to to materialize a position
+;; The next three patterns are used to materialize a position
;; independent address by adding the difference of two labels to a
;; base label in the text segment, assuming that the difference fits
;; in 32 signed bits.
"flag_pic"
"add<x>\t%0, %r1, %r2")
-;; The next three patterns are used to to materialize a position
+;; The next three patterns are used to materialize a position
;; independent 64-bit address by adding the difference of two labels to
;; a base label in the text segment, without any limitation on the size
;; of the difference.
efficiently.
This program should be compiled by a c++ compiler. If it's
- compiled with with -DTILEPRO, it generates the multiply table for
+ compiled with -DTILEPRO, it generates the multiply table for
TILEPro; otherwise it generates the multiply table for TILE-Gx.
Running the program produces the table in stdout.
+2015-07-12 Aldy Hernandez <aldyh@redhat.com>
+
+ * call.c: Fix double word typos.
+ * cp-array-notation.c: Same.
+ * cp-tree.h: Same.
+ * init.c: Same.
+ * name-lookup.c: Same.
+ * parser.c: Same.
+
2015-07-10 Patrick Palka <ppalka@gcc.gnu.org>
PR c++/30044
tfrom = unlowered_expr_type (expr);
/* Figure out whether or not the types are reference-related and
- reference compatible. We have do do this after stripping
+ reference compatible. We have to do this after stripping
references from FROM. */
related_p = reference_related_p (to, tfrom);
/* If this is a C cast, first convert to an appropriately qualified
only non-member functions that have type T1 or reference to
cv-qualified-opt T1 for the first argument, if the first argument
has an enumeration type, or T2 or reference to cv-qualified-opt
- T2 for the second argument, if the the second argument has an
+ T2 for the second argument, if the second argument has an
enumeration type. Filter out those that don't match. */
else if (! arg2 || ! CLASS_TYPE_P (TREE_TYPE (arg2)))
{
/* Replace array notation's built-in function passed in AN_BUILTIN_FN with
the appropriate loop and computation (all stored in variable LOOP of type
- tree node). The output of the function function is always a scalar and that
+ tree node). The output of the function is always a scalar and that
result is returned in *NEW_VAR. *NEW_VAR is NULL_TREE if the function is
__sec_reduce_mutating. */
cp_declarator *declarator;
/* The default-argument expression, or NULL_TREE, if none. */
tree default_argument;
- /* True iff this is is a template parameter pack. */
+ /* True iff this is a template parameter pack. */
bool template_parameter_pack_p;
};
- if T is a class type (clause 9) with either no default constructor
(12.1) or a default constructor that is user-provided or deleted,
- then then the object is default-initialized;
+ then the object is default-initialized;
- if T is a (possibly cv-qualified) class type without a user-provided
or deleted default constructor, then the object is zero-initialized
/* If the function from S2 is already in S1, there is no
need to add it again. For `extern "C"' functions, we
might have two FUNCTION_DECLs for the same function, in
- different namespaces, but let's leave them in in case
+ different namespaces, but let's leave them in case
they have different default arguments. */
if (fn1 == fn2)
break;
Returns the type indicated by the type-id.
- In addition to this this parses any queued up omp declare simd
+ In addition to this, parse any queued up omp declare simd
clauses and Cilk Plus SIMD-enabled function's vector attributes.
QUALS is either a bitmask of cv_qualifiers or -1 for a non-member
tree attribute, attr_ns = NULL_TREE, attr_id = NULL_TREE, arguments;
cp_token *token;
- /* First, parse name of the the attribute, a.k.a
- attribute-token. */
+ /* First, parse name of the attribute, a.k.a attribute-token. */
token = cp_lexer_peek_token (parser->lexer);
if (token->type == CPP_NAME)
if (x == 0)
break;
- /* If we need to reverse the comparison, make sure that that is
+ /* If we need to reverse the comparison, make sure that is
possible -- we can't necessarily infer the value of GE from LT
with floating-point operands. */
if (reverse_code)
}
\f
/* Where possible, substitute every register reference in the N_SETS
- number of SETS in INSN with the the canonical register.
+ number of SETS in INSN with the canonical register.
Register canonicalization propagatest the earliest register (i.e.
one that is set before INSN) with the same value. This is a very
stabstr_I (t);
}
-/* Output leading leading struct or class names needed for qualifying
- type whose scope is limited to a struct or class. */
+/* Output leading struct or class names needed for qualifying type
+ whose scope is limited to a struct or class. */
static void
dbxout_class_name_qualifiers (tree decl)
The device / architecture belongs to the XMEGA family of devices.
@item __AVR_HAVE_ELPM__
-The device has the the @code{ELPM} instruction.
+The device has the @code{ELPM} instruction.
@item __AVR_HAVE_ELPMX__
The device has the @code{ELPM R@var{n},Z} and @code{ELPM
frame_pointer.
* The third technique, (which is only done after register allocation)
- processes the spill spill slots. This differs from the second
+ processes the spill slots. This differs from the second
technique because it takes advantage of the fact that spilling is
completely free from the effects of aliasing.
if (flag_eliminate_dwarf2_dups)
break_out_includes (comp_unit_die ());
- /* Traverse the DIE's and add add sibling attributes to those DIE's
- that have children. */
+ /* Traverse the DIE's and add sibling attributes to those DIE's that
+ have children. */
add_sibling_attributes (comp_unit_die ());
limbo_die_node *node;
for (node = limbo_die_list; node; node = node->next)
tree decl = node->created_for;
if (DECL_ASSEMBLER_NAME (decl) != DECL_NAME (decl)
/* A missing DECL_ASSEMBLER_NAME can be a constant DIE that
- ended up in in deferred_asm_name before we knew it was
+ ended up in deferred_asm_name before we knew it was
constant and never written to disk. */
&& DECL_ASSEMBLER_NAME (decl))
{
return new pass_clean_state (ctxt);
}
-/* Return true if INSN is a call to the the current function. */
+/* Return true if INSN is a call to the current function. */
static bool
self_recursive_call_p (rtx_insn *insn)
+2015-07-12 Aldy Hernandez <aldyh@redhat.com>
+
+ * trans-stmt.c: Fix double word typos.
+
2015-07-09 Andrew MacLeod <amacleod@redhat.com>
* arith.c: Adjust includes for flags.h changes.
tmp = gfc_class_len_get (target_expr);
/* Get the component-ref for the temp structure's _len comp. */
charlen = gfc_class_len_get (se.expr);
- /* Add the assign to the beginning of the the block... */
+ /* Add the assign to the beginning of the block... */
gfc_add_modify (&se.pre, charlen,
fold_convert (TREE_TYPE (charlen), tmp));
/* and the oposite way at the end of the block, to hand changes
it is subsequently output with %*. SUFFIX is terminated by the next
space or %.
%d marks the argument containing or following the %d as a
- temporary file name, so that that file will be deleted if GCC exits
+ temporary file name, so that file will be deleted if GCC exits
successfully. Unlike %g, this contributes no text to the argument.
%w marks the argument containing or following the %w as the
"output file" of this compilation. This puts the argument
}
if (decoded->opt_index == OPT_SPECIAL_unknown)
{
- /* Give it a chance to define it a a spec file. */
+ /* Give it a chance to define it a spec file. */
save_switch (decoded->canonical_option[0],
decoded->canonical_option_num_elements - 1,
&decoded->canonical_option[1], false, false);
{
if (use_ld != NULL && ! strcmp (print_prog_name, "ld"))
{
- /* Append USE_LD to to the default linker. */
+ /* Append USE_LD to the default linker. */
#ifdef DEFAULT_LINKER
char *ld;
# ifdef HAVE_HOST_EXECUTABLE_SUFFIX
expression side-effect free. */
if (info[c->where].expr_p)
force_no_side_effects |= info[c->where].toplevel_msk;
- /* Mark CSE capture capture uses as forced to have
- no side-effects. */
+ /* Mark CSE capture uses as forced to have no side-effects. */
if (c->what
&& is_a <expr *> (c->what))
{
operand *match, source_location match_loc,
operand *result, source_location result_loc)
{
- /* Build and push a temporary for for operator list uses in expressions. */
+ /* Build and push a temporary for operator list uses in expressions. */
if (!oper_lists.is_empty ())
active_fors.safe_push (oper_lists);
return ret;
/* In case of va_arg internal fn wrappped in a WITH_SIZE_EXPR, add the type
- size as argument to the the call. */
+ size as argument to the call. */
if (TREE_CODE (*from_p) == WITH_SIZE_EXPR)
{
tree call = TREE_OPERAND (*from_p, 0);
+2015-07-12 Aldy Hernandez <aldyh@redhat.com>
+
+ * gofrontend/backend.h: Fix double word typos.
+ * gofrontend/expressions.cc: Same.
+ * gospec.c: Same.
+
2015-07-07 Andrew MacLeod <amacleod@redhat.com>
* go-backend.c: Adjust includes.
// Create a new label. NAME will be empty if this is a label
// created by the frontend for a loop construct. The location is
- // where the the label is defined.
+ // where the label is defined.
virtual Blabel*
label(Bfunction*, const std::string& name, Location) = 0;
}
else
{
- // If we still have an abstract type here, this this is being
+ // If we still have an abstract type here, this is being
// used in a constant expression which didn't get reduced. We
// just use complex128 and hope for the best.
resolved_type = Type::lookup_complex_type("complex128");
relative ordering of -lpthread and -lgcc, we can't just mark
__real_pthread_create in libgcc as non-weak. But we need to link in
pthread_create from pthread if we are statically linking, so we work-
- around by passing -u pthread_create to to the linker. */
+ around by passing -u pthread_create to the linker. */
if (static_link)
{
generate_option (OPT_Wl_, "-u,pthread_create", 1, CL_DRIVER,
There is no need to mention some_type directly, as the hash table will
obtain it using some_type_hasher::value_type.
- You can then used any of the functions in hash_table's public interface.
+ You can then use any of the functions in hash_table's public interface.
See hash_table for details. The interface is very similar to libiberty's
htab_t.
emit_label (one_small_one_large);
/* lopart is the low part of the operand that is sign extended
- to mode, larger is the the other operand, hipart is the
+ to mode, larger is the other operand, hipart is the
high part of larger and lopart0 and lopart1 are the low parts
of both operands.
We perform lopart0 * lopart1 and lopart * hipart widening
public:
/* Lattice describing the value of the parameter itself. */
ipcp_lattice<tree> itself;
- /* Lattice describing the the polymorphic contexts of a parameter. */
+ /* Lattice describing the polymorphic contexts of a parameter. */
ipcp_lattice<ipa_polymorphic_call_context> ctxlat;
/* Lattices describing aggregate parts. */
ipcp_agg_lattice *aggs;
if (values_count == PARAM_VALUE (PARAM_IPA_CP_VALUE_LIST_SIZE))
{
/* We can only free sources, not the values themselves, because sources
- of other values in this this SCC might point to them. */
+ of other values in this SCC might point to them. */
for (val = values; val; val = val->next)
{
while (val->sources)
/* Given an original NODE and a VAL for which we have already created a
specialized clone, look whether there are incoming edges that still lead
into the old node but now also bring the requested value and also conform to
- all other criteria such that they can be redirected the the special node.
+ all other criteria such that they can be redirected the special node.
This function can therefore redirect the final edge in a SCC. */
template <typename valtype>
inform (DECL_SOURCE_LOCATION
(TYPE_NAME (DECL_CONTEXT (prevailing->decl))),
"the conflicting type defined in another translation "
- "unit has virtual table table with more entries");
+ "unit has virtual table with more entries");
}
}
return;
inform (DECL_SOURCE_LOCATION
(TYPE_NAME (DECL_CONTEXT (prevailing->decl))),
"the conflicting type defined in another translation "
- "unit has virtual table table with different contents");
+ "unit has virtual table with different contents");
return;
}
}
lto_data_in_delete (data_in);
}
-/* Read IPA IPA ICF summary for symbols. */
+/* Read IPA ICF summary for symbols. */
void
sem_item_optimizer::read_summary (void)
/* Write IPA ICF summary for symbols. */
void write_summary (void);
- /* Read IPA IPA ICF summary for symbols. */
+ /* Read IPA ICF summary for symbols. */
void read_summary (void);
/* Callgraph removal hook called for a NODE with a custom DATA. */
of inliner.
- Finally we propagate the following flags: unlikely executed, executed
once, executed at startup and executed at exit. These flags are used to
- control code size/performance threshold and and code placement (by producing
+ control code size/performance threshold and code placement (by producing
.text.unlikely/.text.hot/.text.startup/.text.exit subsections). */
#include "config.h"
#include "system.h"
/* Normal (non-THIS) argument. */
if ((SSA_NAME_VAR (arg) != DECL_ARGUMENTS (function)
|| TREE_CODE (TREE_TYPE (function)) != METHOD_TYPE)
- /* THIS pointer of an method - here we we want to watch constructors
+ /* THIS pointer of an method - here we want to watch constructors
and destructors as those definitely may change the dynamic
type. */
|| (TREE_CODE (TREE_TYPE (function)) == METHOD_TYPE
ipa_compute_jump_functions_for_bb (m_fbi, bb);
}
-/* Initialize the array describing properties of of formal parameters
+/* Initialize the array describing properties of formal parameters
of NODE, analyze their uses and compute jump functions associated
with actual arguments of calls from within NODE. */
IPA_JF_ANCESTOR is a special pass-through jump function, which means that
the result is an address of a part of the object pointed to by the formal
parameter to which the function refers. It is mainly intended to represent
- getting addresses of of ancestor fields in C++
+ getting addresses of ancestor fields in C++
(e.g. &this_1(D)->D.1766.D.1756). Note that if the original pointer is
NULL, ancestor jump function must behave like a simple pass-through.
return rtx_moveable_p (&SET_DEST (x), OP_OUT);
case UNSPEC_VOLATILE:
- /* It is a bad idea to consider insns with with such rtl
+ /* It is a bad idea to consider insns with such rtl
as moveable ones. The insn scheduler also considers them as barrier
for a reason. */
return false;
+2015-07-12 Aldy Hernandez <aldyh@redhat.com>
+
+ * class.c: Fix double word typos.
+ * java-except.h: Same.
+ * jcf-reader.c: Same.
+
2015-07-10 Andrew MacLeod <amacleod@redhat.com>
* java-gimplify.c: Include cfghooks.h rather than predict.h.
DECL_CONTEXT (decl) = type;
/* ??? We want to preserve the DECL_CONTEXT we set just above,
- that that means not calling pushdecl_top_level. */
+ that means not calling pushdecl_top_level. */
IDENTIFIER_GLOBAL_VALUE (decl_name) = decl;
}
/* Surrounding handler, if any. */
struct eh_range *outer;
- /* The first child range. It is is nested inside this range
+ /* The first child range. It is nested inside this range
(i.e. this.start_pc <= first_child.end_pc
&& this.end_pc >= first_child.end_pc).
The children are linked together using next_sibling, and are sorted
/* Make sure at least 9 bytes are available. This is enough
for all fixed-sized constant pool entries (so we don't need many
- more JCF_FILL calls below), but is is small enough that
+ more JCF_FILL calls below), but is small enough that
we are guaranteed to not hit EOF (in a valid .class file). */
JCF_FILL (jcf, 9);
constant_kind = JCF_readu (jcf);
linemap API requires locations to be created in ascending order
as if we were tokenizing files.
- This hook sorts all of the the locations that have been created, and
+ This hook sorts all of the locations that have been created, and
calls into the linemap API, creating linemap entries in sorted order
for our locations. */
param_types,
is_variadic);
- /* Return a pointer-type to the the function type. */
+ /* Return a pointer-type to the function type. */
return fn_type->get_pointer ();
}
+2015-07-12 Aldy Hernandez <aldyh@redhat.com>
+
+ * lto-lang.c: Fix double word typos.
+
2015-07-10 Andrew MacLeod <amacleod@redhat.com>
* lto.c: Include cfghooks.h rather than predict.h.
main_identifier_node = get_identifier ("main");
/* In the C++ front-end, fileptr_type_node is defined as a variant
- copy of of ptr_type_node, rather than ptr_node itself. The
+ copy of ptr_type_node, rather than ptr_node itself. The
distinction should only be relevant to the front-end, so we
always use the C definition here in lto1. */
gcc_assert (fileptr_type_node == ptr_type_node);
+2015-07-12 Aldy Hernandez <aldyh@redhat.com>
+
+ * objc-map.h: Fix double word typos.
+
2015-07-07 Andrew MacLeod <amacleod@redhat.com>
* objc-act.c: Adjust includes.
/* These are the keys. */
tree * GTY ((length ("%h.number_of_slots"))) slots;
- /* These are the values. values[i] is the the value corresponding
+ /* These are the values. values[i] is the value corresponding
to slots[i]. */
tree * GTY ((length ("%h.number_of_slots"))) values;
};
block = make_node (BLOCK);
new_stmt = gimple_build_bind (NULL, NULL, block);
/* Replace at gsi right away, so that 'stmt' is no member
- of a sequence anymore as we're going to add to to a different
+ of a sequence anymore as we're going to add to a different
one below. */
gsi_replace (gsi_p, new_stmt, true);
/* If the destination block's stack already has a specified layout
and contains two or more registers, use a more intelligent algorithm
- to pop registers that minimizes the number number of fxchs below. */
+ to pop registers that minimizes the number of fxchs below. */
if (new_stack->top > 0)
{
bool slots[REG_STACK_SIZE];
we must not do the same for the high part.
Note we can still get low parts for the same mode combination through
a two-step copy involving differently sized hard regs.
- Assume hard regs fr* are 32 bits bits each, while r* are 64 bits each:
+ Assume hard regs fr* are 32 bits each, while r* are 64 bits each:
(set (reg:DI r0) (reg:DI fr0))
(set (reg:SI fr2) (reg:SI r0))
loads the low part of (reg:DI fr0) - i.e. fr1 - into fr2, while:
rtx_insn *dtrial = pat->insn (i);
CLEAR_RESOURCE (&modified);
- /* Account for resources set by the the insn following NEXT_TO_MATCH
+ /* Account for resources set by the insn following NEXT_TO_MATCH
inside INSN's delay list. */
for (j = 1; slot_number + j < num_slots; j++)
mark_set_resources (XVECEXP (PATTERN (insn), 0, slot_number + j),
&modified, 0, MARK_SRC_DEST_CALL);
- /* Account for resources set by the the insn before DTRIAL and inside
+ /* Account for resources set by the insn before DTRIAL and inside
TRIAL's delay list. */
for (j = 1; j < i; j++)
mark_set_resources (XVECEXP (pat, 0, j),
/* RTL expression ("rtx"). */
/* The GTY "desc" and "tag" options below are a kludge: we need a desc
- field for for gengtype to recognize that inheritance is occurring,
+ field for gengtype to recognize that inheritance is occurring,
so that all subclasses are redirected to the traversal hook for the
base class.
However, all of the fields are in the base class, and special-casing
* set_disjuction : (not implemented)
* set_compare : bitmap_equal_p
- Some operations on 3 sets that occur frequently in in data flow problems
+ Some operations on 3 sets that occur frequently in data flow problems
are also implemented:
* A | (B & C) : bitmap_or_and
+2015-07-12 Aldy Hernandez <aldyh@redhat.com>
+
+ * gcc.dg/20020219-1.c: Fix double word typos.
+ * gcc.dg/20020919-1.c: Same.
+
2015-07-12 Kugan Vivekanandarajah <kuganv@linaro.org>
Jeff Law <law@redhat.com>
/* PR c/4389
This testcase failed because host_integerp (x, 0) was returning
- 1 even for constants bigger than 2^31. It fails under under hppa
+ 1 even for constants bigger than 2^31. It fails under hppa
hpux without -mdisable-indexing because the pointer x - 1 is used
as the base address of an indexed load. Because the struct A is not
actually allocated, x - 1 lies in the text segment and this causes
/* Constructed examples; input/output (same register), output, input, and
input and output (different registers). */
-/* The long longs are used to test overlap overlap for multi-register
+/* The long longs are used to test overlap for multi-register
registers. REG2 and REG4 must be the second halves (defined as
higher-numbered parts) of REG1 and REG3 respectively when two registers
are needed. */
indexed by EH region number. */
static bitmap eh_region_may_contain_throw_map;
-/* The GOTO_QUEUE is is an array of GIMPLE_GOTO and GIMPLE_RETURN
+/* The GOTO_QUEUE is an array of GIMPLE_GOTO and GIMPLE_RETURN
statements that are seen to escape this GIMPLE_TRY_FINALLY node.
The idea is to record a gimple statement for everything except for
the conditionals, which get their labels recorded. Since labels are
id->src_cfun = DECL_STRUCT_FUNCTION (fn);
id->call_stmt = stmt;
- /* If the the src function contains an IFN_VA_ARG, then so will the dst
+ /* If the src function contains an IFN_VA_ARG, then so will the dst
function after inlining. */
if ((id->src_cfun->curr_properties & PROP_gimple_lva) == 0)
{
}
/* Create total_scalarization accesses for all scalar type fields in VAR and
- for VAR a a whole. VAR must be of a RECORD_TYPE conforming to
+ for VAR as a whole. VAR must be of a RECORD_TYPE conforming to
type_consists_of_records_p. */
static void
element->stamp = element;
}
-/* Compare two hashable_expr structures for equivalence.
- They are considered equivalent when the the expressions
- they denote must necessarily be equal. The logic is intended
- to follow that of operand_equal_p in fold-const.c */
+/* Compare two hashable_expr structures for equivalence. They are
+ considered equivalent when the expressions they denote must
+ necessarily be equal. The logic is intended to follow that of
+ operand_equal_p in fold-const.c */
static bool
hashable_expr_equal_p (const struct hashable_expr *expr0,
}
/* Calculates the cost of BOUND, if it is a PARM_DECL. A PARM_DECL must
- be copied, if is is used in the loop body and DATA->body_includes_call. */
+ be copied, if it is used in the loop body and DATA->body_includes_call. */
static int
parm_decl_cost (struct ivopts_data *data, tree bound)
}
else if (truth_value_p (code))
/* Truth value results are not pointer (parts). Or at least
- very very unreasonable obfuscation of a part. */
+ very unreasonable obfuscation of a part. */
;
else
{
while (start)
{
/* We may not find a variable in the field list with the actual
- offset when when we have glommed a structure to a variable.
+ offset when we have glommed a structure to a variable.
In that case, however, offset should still be within the size
of the variable. */
if (offset >= start->offset
start = get_varinfo (start->head);
/* We may not find a variable in the field list with the actual
- offset when when we have glommed a structure to a variable.
+ offset when we have glommed a structure to a variable.
In that case, however, offset should still be within the size
of the variable.
If we got beyond the offset we look for return the field
gimple stmt1 = gsi_stmt (gsi1);
gimple stmt2 = gsi_stmt (gsi2);
- /* What could be better than to this this here is to blacklist the bb
+ /* What could be better than this here is to blacklist the bb
containing the stmt, when encountering the stmt f.i. in
same_succ_hash. */
if (is_tm_ending (stmt1)
information, but the info in one is not easy to obtain from the other.
KILL_LIST is yet another bitmap array, this time it is indexed by partition
- number, and represents a list of active expressions which will will no
+ number, and represents a list of active expressions which will no
longer be valid if a definition into this partition takes place.
PARTITION_IN_USE is simply a bitmap which is used to track which partitions
struct redirection_data *rd = *slot;
struct el *next, *el;
- /* Walk over all the incoming edges associated associated with this
- hash table entry. */
+ /* Walk over all the incoming edges associated with this hash table
+ entry. */
for (el = rd->incoming_edges; el; el = next)
{
edge e = el->e;
/* Checks if the operand OPND of PHI is defined by
another phi with one operand defined by this PHI,
but the rest operands are all defined. If yes,
- returns true to skip this this operand as being
+ returns true to skip this operand as being
redundant. Can be enhanced to be more general. */
static bool
pi->misalign = 0;
}
-/* Store the the power-of-two byte alignment and the deviation from that
+/* Store the power-of-two byte alignment and the deviation from that
alignment of pointer described by PI to ALIOGN and MISALIGN
respectively. */
next_bb
The SSA names defined in the original loop have a current
- reaching definition that that records the corresponding new
- ssa-name used in the new duplicated loop copy.
+ reaching definition that records the corresponding new ssa-name
+ used in the new duplicated loop copy.
*/
/* Function slpeel_update_phi_nodes_for_guard1
strict_overflow_p);
}
-/* Return true if STMT is know to to compute a non-negative value.
+/* Return true if STMT is know to compute a non-negative value.
If the return value is based on the assumption that signed overflow is
undefined, set *STRICT_OVERFLOW_P to true; otherwise, don't change
*STRICT_OVERFLOW_P.*/
/* Extract range information from a unary operation CODE based on
the range of its operand *VR0 with type OP0_TYPE with resulting type TYPE.
- The The resulting range is stored in *VR. */
+ The resulting range is stored in *VR. */
static void
extract_range_from_unary_expr_1 (value_range_t *vr,
&& (cmp_min != 0 || cmp_max != 0))
goto varying;
- /* If the new minimum is larger than than the previous one
+ /* If the new minimum is larger than the previous one
retain the old value. If the new minimum value is smaller
than the previous one and not -INF go all the way to -INF + 1.
In the first case, to avoid infinite bouncing between different
return snode->get_section ();
}
-/* Set section section name of NODE to VALUE (that is expected to
- be identifier node) */
+/* Set section name of NODE to VALUE (that is expected to be
+ identifier node) */
void
set_decl_section_name (tree node, const char *value)
{
/* These are the hash table functions for the hash table of INTEGER_CST
nodes of a sizetype. */
-/* Return the hash code code X, an INTEGER_CST. */
+/* Return the hash code X, an INTEGER_CST. */
hashval_t
int_cst_hasher::hash (tree x)
ftype = build_function_type_list (ptr_type_node,
integer_type_node, NULL_TREE);
ecf_flags = ECF_PURE | ECF_NOTHROW | ECF_LEAF;
- /* Only use TM_PURE if we we have TM language support. */
+ /* Only use TM_PURE if we have TM language support. */
if (builtin_decl_explicit_p (BUILT_IN_TM_LOAD_1))
ecf_flags |= ECF_TM_PURE;
local_define_builtin ("__builtin_eh_pointer", ftype, BUILT_IN_EH_POINTER,
/* These are the hash table functions for the hash table of OPTIMIZATION_NODEq
nodes. */
-/* Return the hash code code X, an OPTIMIZATION_NODE or TARGET_OPTION code. */
+/* Return the hash code X, an OPTIMIZATION_NODE or TARGET_OPTION code. */
hashval_t
cl_option_hasher::hash (tree x)
}
/* If UREGNO, referenced by USE, is a pseudo marked as used in GLOBAL,
- replace it with with a USE of the debug temp recorded for it, and
+ replace it with a USE of the debug temp recorded for it, and
return TRUE. Otherwise, just return FALSE.
If PTO_RESCAN is given, instead of rescanning modified INSNs right
/* Allocator for heap memory. Ensure there are at least RESERVE free
slots in V. If EXACT is true, grow exactly, else grow
exponentially. As a special case, if the vector had not been
- allocated and and RESERVE is 0, no vector will be created. */
+ allocated and RESERVE is 0, no vector will be created. */
template<typename T>
inline void
/* Allocator for GC memory. Ensure there are at least RESERVE free
slots in V. If EXACT is true, grow exactly, else grow
exponentially. As a special case, if the vector had not been
- allocated and and RESERVE is 0, no vector will be created. */
+ allocated and RESERVE is 0, no vector will be created. */
template<typename T, typename A>
void