summaryrefslogtreecommitdiff
path: root/lib/absvsi2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/absvsi2.c')
-rw-r--r--lib/absvsi2.c29
1 files changed, 15 insertions, 14 deletions
diff --git a/lib/absvsi2.c b/lib/absvsi2.c
index 5b28da089..0c08bf045 100644
--- a/lib/absvsi2.c
+++ b/lib/absvsi2.c
@@ -1,22 +1,23 @@
-//===-- absvsi2.c - Implement __absvsi2 -----------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file implements __absvsi2 for the compiler_rt library.
-//
-//===----------------------------------------------------------------------===//
+/* ===-- absvsi2.c - Implement __absvsi2 -----------------------------------===
+ *
+ * The LLVM Compiler Infrastructure
+ *
+ * This file is distributed under the University of Illinois Open Source
+ * License. See LICENSE.TXT for details.
+ *
+ * ===----------------------------------------------------------------------===
+ *
+ * This file implements __absvsi2 for the compiler_rt library.
+ *
+ * ===----------------------------------------------------------------------===
+ */
#include "int_lib.h"
#include <stdlib.h>
-// Returns: absolute value
+/* Returns: absolute value */
-// Effects: aborts if abs(x) < 0
+/* Effects: aborts if abs(x) < 0 */
si_int
__absvsi2(si_int a)