[llvm-commits] [llvm] r88863 - /llvm/trunk/include/llvm/Function.h

Duncan Sands baldrick at free.fr
Sun Nov 15 12:24:42 PST 2009


Hi Chris,

> +  unsigned getIntrinsicID() const ATTRIBUTE_READONLY;

it seems that microsoft compilers like having attributes in
front of the declaration (while gcc doesn't care), so maybe
better to place this in front.

Ciao,

Duncan.



More information about the llvm-commits mailing list