[clang] fc750f6 - [PPC] Fixing a typo in altivec.h. Commenting out an unnecessary macro

Masoud Ataei via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 8 11:23:53 PST 2020


Author: Masoud Ataei
Date: 2020-12-08T19:21:02Z
New Revision: fc750f609dfb2fd51b6810cc55058568dfe4b3a9

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

LOG: [PPC] Fixing a typo in altivec.h. Commenting out an unnecessary macro

Added: 
    

Modified: 
    clang/lib/Headers/altivec.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/Headers/altivec.h b/clang/lib/Headers/altivec.h
index 24d600e95201..2b82113de311 100644
--- a/clang/lib/Headers/altivec.h
+++ b/clang/lib/Headers/altivec.h
@@ -3502,7 +3502,7 @@ static __inline__ vector signed __int128 __ATTRS_o_ai
 vec_div(vector signed __int128 __a, vector signed __int128 __b) {
   return __a / __b;
 }
-#endif __POWER10_VECTOR__
+#endif /* __POWER10_VECTOR__ */
 
 /* vec_xvtdiv */
 


        


More information about the cfe-commits mailing list