Commit ce835863 by Michael Meissner Committed by Michael Meissner

Remove extra newline added in October 11 change

From-SVN: r180408
parent 1b43bc82
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.
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment