summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S')
-rw-r--r--compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S24
1 files changed, 12 insertions, 12 deletions
diff --git a/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S b/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S
index d6bbe2f9110..3a76acca671 100644
--- a/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S
+++ b/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S
@@ -1,15 +1,15 @@
-/*===-- sync_fetch_and_and_4.S - ------------------------------------------===//
- *
- * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
- * See https://llvm.org/LICENSE.txt for license information.
- * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- *
- *===----------------------------------------------------------------------===//
- *
- * This file implements the __sync_fetch_and_and_4 function for the ARM
- * architecture.
- *
- *===----------------------------------------------------------------------===*/
+//===-- sync_fetch_and_and_4.S - ------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file implements the __sync_fetch_and_and_4 function for the ARM
+// architecture.
+//
+//===----------------------------------------------------------------------===//
#include "sync-ops.h"
OpenPOWER on IntegriCloud