From 6d2f8887355e2d21ecc2ec4201f7b5fb86e29f81 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 10 Oct 2001 11:33:39 +0000 Subject: 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 --- gcc/combine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/combine.c') diff --git a/gcc/combine.c b/gcc/combine.c index ed1c45f..de80e8d 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -6839,7 +6839,7 @@ force_to_mode (x, mode, mask, reg, just_select) binop: /* For most binary operations, just propagate into the operation and - change the mode if we have an operation of that mode. */ + change the mode if we have an operation of that mode. */ op0 = gen_lowpart_for_combine (op_mode, force_to_mode (XEXP (x, 0), mode, mask, -- cgit v1.1