From patchwork Mon Oct 24 22:31:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] Remove extra newline from my Oct. 11th change Date: Mon, 24 Oct 2011 12:31:35 -0000 From: Michael Meissner X-Patchwork-Id: 121444 Message-Id: <20111024223134.GA17751@hungry-tiger2.westford.ibm.com> To: gcc-patches@gcc.gnu.org In doing my next round of lazy builtins I noticed I had accidently put in an extra new line into builtins.c. I committed this patch as being obvious after doing a bootstrap: 2011-10-24 Michael Meissner * builtins.c (set_builtin_user_assembler_name): Remove extra newline added in October 11th, 2011 change. Index: gcc/builtins.c =================================================================== --- gcc/builtins.c (revision 180405) +++ gcc/builtins.c (working copy) @@ -13499,8 +13499,7 @@ set_builtin_user_assembler_name (tree de && 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: