darwin, powerpc - fix whitespace in generated code.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 17 May 2019 18:51:50 +0000 (18:51 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Fri, 17 May 2019 18:51:50 +0000 (18:51 +0000)
NFC intended, this simply adds a missing tab to the
generaed code.

2019-05-17  Iain Sandoe  <iain@sandoe.co.uk>

        * config/rs6000/rs6000.c (macho_branch_islands): Fix bad indent
        on the generated code.

From-SVN: r271341

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 0b4e2455e7c67e0a636832e653c9dbe35327c22e..5268c3ddfeac2dfb335520ff96a011e7a6f35c2a 100644 (file)
@@ -1,3 +1,8 @@
+2019-05-17  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/rs6000/rs6000.c (macho_branch_islands): Fix bad indent
+       on the generted code.
+
 2019-05-16  Martin Sebor  <msebor@redhat.com>
 
         * builtins.c (expand_builtin_atomic_always_lock_free): Quote
index ee44a20931b7d19d0acb235561ed48ab804a9871..155bc083ab70192f17eb358fae4f605149dc96b5 100644 (file)
@@ -32986,7 +32986,7 @@ macho_branch_islands (void)
        }
       else
        {
-         strcat (tmp_buf, ":\nlis r12,hi16(");
+         strcat (tmp_buf, ":\n\tlis r12,hi16(");
          strcat (tmp_buf, name_buf);
          strcat (tmp_buf, ")\n\tori r12,r12,lo16(");
          strcat (tmp_buf, name_buf);