Remove extra newline added in October 11 change
From-SVN: r180408
This commit is contained in:
parent
1b43bc82f7
commit
ce835863ba
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue