aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-10-10 11:33:39 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-10-10 11:33:39 +0000
commit6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81 (patch)
tree1354eff221b576ada39ccb796806717a4dcf6fdb /gcc/expr.c
parent3717a9799293e47e4bbc18f7cda76b88e886e22e (diff)
downloadgcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.zip
gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.tar.gz
gcc-6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81.tar.bz2
calls.c: Fix formatting.
* calls.c: Fix formatting. * c-decl.c: Likewise. * cfgcleanup.c: Likewise. * combine.c: Likewise. * cppfiles.c: Likewise. * cpplib.c: Likewise. * cppmacro.c: Likewise. * crtstuff.c: Likewise. * cse.c: Likewise. * dwarf2out.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * ggc-page.c: Likewise. * integrate.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * reorg.c: Likewise. * resource.c: Likewise. * sched-rgn.c: Likewise. * sdbout.c: Likewise. * stmt.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. From-SVN: r46145
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index a620103..a45042fe 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -5384,7 +5384,7 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode,
If the field describes a variable-sized object, *PMODE is set to
VOIDmode and *PBITSIZE is set to -1. An access cannot be made in
- this case, but the address of the object can be found. */
+ this case, but the address of the object can be found. */
tree
get_inner_reference (exp, pbitsize, pbitpos, poffset, pmode,
@@ -9197,7 +9197,7 @@ expand_increment (exp, post, ignore)
/* Compute the operands as RTX.
Note whether OP0 is the actual lvalue or a copy of it:
I believe it is a copy iff it is a register or subreg
- and insns were generated in computing it. */
+ and insns were generated in computing it. */
temp = get_last_insn ();
op0 = expand_expr (incremented, NULL_RTX, VOIDmode, EXPAND_MEMORY_USE_RW);