Remove the static keyword from the _CLC_INLINE macro

static functions are not allowed in OpenCL C

llvm-svn: 184986
This commit is contained in:
Tom Stellard 2013-06-26 18:20:18 +00:00
parent 99bd71c4f5
commit d84c7f5d0f

View File

@ -1,4 +1,4 @@
#define _CLC_OVERLOAD __attribute__((overloadable))
#define _CLC_DECL
#define _CLC_DEF __attribute__((always_inline))
#define _CLC_INLINE __attribute__((always_inline)) static inline
#define _CLC_INLINE __attribute__((always_inline)) inline