]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* combine.c (combine_instructions): Do not indent #if for
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 May 2002 08:03:42 +0000 (08:03 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 May 2002 08:03:42 +0000 (08:03 +0000)
traditional C.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53891 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/combine.c

index 34ab44dd5a61cbbea12e57157fd4a1f6346936e9..541776ea3b1a4c80919905bb7b68f4baa4cb47f5 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-26  Andreas Jaeger  <aj@suse.de>
+
+       * combine.c (combine_instructions): Do not indent #if for
+       traditional C.
+
 2002-05-25  Richard Henderson  <rth@redhat.com>
 
        * c-pragma.c (apply_pragma_weak): Convert value identifier to
index e1581da1b55bfdfd01729c3210b65c4f7938684f..49ba24c4ffba299c758fcee5f720f32fe8ab5b40 100644 (file)
@@ -660,7 +660,7 @@ combine_instructions (f, nregs)
                      goto retry;
                }
 
-    #ifdef HAVE_cc0
+#ifdef HAVE_cc0
              /* Try to combine a jump insn that uses CC0
                 with a preceding insn that sets CC0, and maybe with its
                 logical predecessor as well.
@@ -718,7 +718,7 @@ combine_instructions (f, nregs)
                    && (next = try_combine (insn, XEXP (links, 0),
                                            prev, &new_direct_jump_p)) != 0)
                  goto retry;
-    #endif
+#endif
 
              /* Try combining an insn with two different insns whose results it
                 uses.  */