aboutsummaryrefslogtreecommitdiff
path: root/lib/ffsti2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ffsti2.c')
-rw-r--r--lib/ffsti2.c30
1 files changed, 16 insertions, 14 deletions
diff --git a/lib/ffsti2.c b/lib/ffsti2.c
index 194c2cbb4..2ee1a8bd2 100644
--- a/lib/ffsti2.c
+++ b/lib/ffsti2.c
@@ -1,22 +1,24 @@
-//===-- ffsti2.c - Implement __ffsti2 -------------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file implements __ffsti2 for the compiler_rt library.
-//
-//===----------------------------------------------------------------------===//
+/* ===-- ffsti2.c - Implement __ffsti2 -------------------------------------===
+ *
+ * The LLVM Compiler Infrastructure
+ *
+ * This file is distributed under the University of Illinois Open Source
+ * License. See LICENSE.TXT for details.
+ *
+ * ===----------------------------------------------------------------------===
+ *
+ * This file implements __ffsti2 for the compiler_rt library.
+ *
+ * ===----------------------------------------------------------------------===
+ */
#if __x86_64
#include "int_lib.h"
-// Returns: the index of the least significant 1-bit in a, or
-// the value zero if a is zero. The least significant bit is index one.
+/* Returns: the index of the least significant 1-bit in a, or
+ * the value zero if a is zero. The least significant bit is index one.
+ */
si_int
__ffsti2(ti_int a)