longlong.h (count_trailing_zeros): Add missing \, and clean up whitespace in __ns3200...
authorJason Thorpe <thorpej@wasabisystems.com>
Fri, 31 May 2002 02:38:38 +0000 (02:38 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Fri, 31 May 2002 02:38:38 +0000 (02:38 +0000)
* longlong.h (count_trailing_zeros): Add missing \, and clean up
whitespace in __ns32000__ case.

From-SVN: r54081

gcc/ChangeLog
gcc/longlong.h

index 3e6bc49bef776539bb765d3c10daeb0c3ab4e6fc..88d6152d608464376483365762d611fa86d94103 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-31  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * longlong.h (count_trailing_zeros): Add missing \, and clean up
+       whitespace in __ns32000__ case.
+
 2002-05-31  Aldy Hernandez  <aldyh@redhat.com>
 
         * expr.c (expand_expr): Output partially zeroed out vectors with
index c8b9aee1337cf8bc2f332072c9db290726cb34de..28aef951a638ac23ad99c76e0e3b29b2a565ca39 100644 (file)
@@ -764,11 +764,11 @@ UDItype __umulsidi3 (USItype, USItype);
             "g" ((USItype) (d)));                                      \
   (r) = __xx.__i.__l; (q) = __xx.__i.__h; })
 #define count_trailing_zeros(count,x) \
-  do {
-    __asm__ ("ffsd     %2,%0"                                          \
-            : "=r" ((USItype) (count))                                 \
-            : "0" ((USItype) 0),                                       \
-              "r" ((USItype) (x)));                                    \
+  do {                                                                 \
+    __asm__ ("ffsd     %2,%0"                                          \
+            : "=r" ((USItype) (count))                                 \
+            : "0" ((USItype) 0),                                       \
+              "r" ((USItype) (x)));                                    \
   } while (0)
 #endif /* __ns32000__ */