Remove extra newline added in October 11 change
authorMichael Meissner <meissner@linux.vnet.ibm.com>
Mon, 24 Oct 2011 22:28:53 +0000 (22:28 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 24 Oct 2011 22:28:53 +0000 (22:28 +0000)
From-SVN: r180408

gcc/ChangeLog
gcc/builtins.c

index 1ccb189..601e191 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
+
+       * builtins.c (set_builtin_user_assembler_name): Remove extra
+       newline added in October 11th, 2011 change.
+
 2011-10-24  David S. Miller  <davem@davemloft.net>
 
        * config/sparc/sparc.md (cpu_feature, enabled): New attributes.
index 296c5b7..51d7b12 100644 (file)
@@ -13499,8 +13499,7 @@ set_builtin_user_assembler_name (tree decl, const char *asmspec)
              && asmspec != 0);
 
   builtin = builtin_decl_explicit (DECL_FUNCTION_CODE (decl));
-  set_user_assembler_name (
-builtin, asmspec);
+  set_user_assembler_name (builtin, asmspec);
   switch (DECL_FUNCTION_CODE (decl))
     {
     case BUILT_IN_MEMCPY: