From a00c5552a2ac5a414aabe16ce1b04765f5a05fd4 Mon Sep 17 00:00:00 2001 From: Nemanja Ivanovic Date: Tue, 29 Sep 2015 18:20:59 +0000 Subject: [PATCH] Forgot to remove a FIXME that has been fixed. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248815 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Headers/altivec.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Headers/altivec.h b/lib/Headers/altivec.h index 453aa312dd..c39156eff8 100644 --- a/lib/Headers/altivec.h +++ b/lib/Headers/altivec.h @@ -13782,9 +13782,6 @@ support). As a result, we need to be able to turn off support for those. The remaining ones (currently controlled by -mcrypto for GCC) still need to be provided on compliant hardware even if Vector.Crypto is not provided. -FIXME: the naming convention for the builtins will be adjusted due -to the inconsistency (__builtin_crypto_ prefix on builtins that cannot be -removed with -mno-crypto). This is under development. */ #ifdef __CRYPTO__ #define vec_sbox_be __builtin_altivec_crypto_vsbox -- 2.50.1