diff openmp/docs/remarks/OMP170.rst @ 232:70dce7da266c llvm-original

llvm original Jul 20 16:41:34 2021
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 21 Jul 2021 10:27:27 +0900
parents 5f17cb93ff66
children c4bab56944e8
line wrap: on
line diff
--- a/openmp/docs/remarks/OMP170.rst	Sun Jul 18 22:43:00 2021 +0900
+++ b/openmp/docs/remarks/OMP170.rst	Wed Jul 21 10:27:27 2021 +0900
@@ -1,8 +1,8 @@
+.. _omp170:
+
 OpenMP runtime call <call> deduplicated. [OMP170]
 ====================================================================
 
-.. _omp170:
-
 This optimization remark indicates that a call to an OpenMP runtime call was
 replaced with the result of an existing one. This occurs when the compiler knows
 that the result of a runtime call is immutable. Removing duplicate calls is done