mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-31 09:32:11 +00:00
Fix few warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2ec0cda5d5
commit
428ff6a644
@ -121,7 +121,7 @@
|
||||
// 3.4 supported this but is buggy in various cases and produces unimplemented
|
||||
// errors, just use it in GCC 4.0 and later.
|
||||
#if __GNUC__ > 3
|
||||
#define LLVM_ATTRIBUTE_ALWAYS_INLINE __attribute__((always_inline))
|
||||
#define LLVM_ATTRIBUTE_ALWAYS_INLINE inline __attribute__((always_inline))
|
||||
#elif defined(_MSC_VER)
|
||||
#define LLVM_ATTRIBUTE_ALWAYS_INLINE __forceinline
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user