[flang-commits] [flang] a4b2237 - [flang] fix typo in macros in __ppc_intrinsics.f90 (NFC)

Kelvin Li via flang-commits flang-commits at lists.llvm.org
Thu Aug 17 07:46:55 PDT 2023


Author: Kelvin Li
Date: 2023-08-17T10:46:25-04:00
New Revision: a4b2237cfc342e90cb45defd61864741fe4241a7

URL: https://github.com/llvm/llvm-project/commit/a4b2237cfc342e90cb45defd61864741fe4241a7
DIFF: https://github.com/llvm/llvm-project/commit/a4b2237cfc342e90cb45defd61864741fe4241a7.diff

LOG: [flang] fix typo in macros in __ppc_intrinsics.f90 (NFC)

Added: 
    

Modified: 
    flang/module/__ppc_intrinsics.f90

Removed: 
    


################################################################################
diff  --git a/flang/module/__ppc_intrinsics.f90 b/flang/module/__ppc_intrinsics.f90
index c121977046ff7b..4666f7fb91c396 100644
--- a/flang/module/__ppc_intrinsics.f90
+++ b/flang/module/__ppc_intrinsics.f90
@@ -1293,14 +1293,14 @@ end function func_r8r8i
   end interface vsx_lxvp
   public :: vsx_lxvp
 
-#undef VEC_VP_I_VP
-#undef VEC_VP_I_VR
-#undef VEC_VP_I_VU
-#undef VEC_VP_I_VI
-#undef VP_I_VP
-#undef VP_I_VR
-#undef VP_I_VU
-#undef VP_I_VI
+#undef VEC_VP_I0_VP
+#undef VEC_VP_I0_VR
+#undef VEC_VP_I0_VU
+#undef VEC_VP_I0_VI
+#undef VP_I0_VP
+#undef VP_I0_VR
+#undef VP_I0_VU
+#undef VP_I0_VI
 
 !-----------------------------------------
 ! vector function(vector, vector, vector)


        


More information about the flang-commits mailing list