Author: jvesely Date: Thu Nov 2 12:48:31 2017 New Revision: 317244 URL: http://llvm.org/viewvc/llvm-project?rev=317244&view=rev Log: cospi: Use unary_decl instead of custom inc file
Signed-off-by: Jan Vesely <jan.ves...@rutgers.edu> Reviewed-By: Aaron Watry <awa...@gmail.com> Removed: libclc/trunk/generic/include/clc/math/cospi.inc Modified: libclc/trunk/generic/include/clc/math/cospi.h Modified: libclc/trunk/generic/include/clc/math/cospi.h URL: http://llvm.org/viewvc/llvm-project/libclc/trunk/generic/include/clc/math/cospi.h?rev=317244&r1=317243&r2=317244&view=diff ============================================================================== --- libclc/trunk/generic/include/clc/math/cospi.h (original) +++ libclc/trunk/generic/include/clc/math/cospi.h Thu Nov 2 12:48:31 2017 @@ -1,3 +1,7 @@ -#define __CLC_BODY <clc/math/cospi.inc> +#define __CLC_BODY <clc/math/unary_decl.inc> +#define __CLC_FUNCTION cospi + #include <clc/math/gentype.inc> + #undef __CLC_BODY +#undef __CLC_FUNCTION Removed: libclc/trunk/generic/include/clc/math/cospi.inc URL: http://llvm.org/viewvc/llvm-project/libclc/trunk/generic/include/clc/math/cospi.inc?rev=317243&view=auto ============================================================================== --- libclc/trunk/generic/include/clc/math/cospi.inc (original) +++ libclc/trunk/generic/include/clc/math/cospi.inc (removed) @@ -1 +0,0 @@ -_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE cospi(__CLC_GENTYPE a); _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits