[llvm-commits] [llvm] r91416 - /llvm/trunk/include/llvm/Support/Compiler.h

Chris Lattner sabre at nondot.org
Tue Dec 15 00:16:40 PST 2009


On Dec 15, 2009, at 12:03 AM, Anton Korobeynikov wrote:

>> +#else
>> +// TODO: No idea how to do this with MSVC.
>> +#define ALWAYS_INLINE
> __forceinline iirc

I'll let someone who can test it do it if they care.  This is just an optimization hint, so it doesn't hurt not to.

-Chris



More information about the llvm-commits mailing list