Function.cpp:167: error: call of overloaded `AddInteger(uint32_t&)' is ambiguous<br><br>/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:151: note: candidates are: void llv<br>m::FoldingSetImpl::NodeID::AddInteger(int)
<br>/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:152: note:  void llvm::FoldingSetIm<br>pl::NodeID::AddInteger(unsigned int)<br>/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:153: note:  void llvm::FoldingSetIm<br>pl::NodeID::AddInteger(int64_t)
<br>/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:154: note:  void llvm::FoldingSetIm<br>pl::NodeID::AddInteger(uint64_t)<br>make[1]: *** [/home/Seb/llvm/lib/VMCore/Debug/Function.o] Error 1<br clear="all"><br>-- <br>Sébastien Loisel