svn rev 53524<br><br>Compilation fails:<br><br>CGObjCEtoile.cpp: In member function 'virtual llvm::Function*<unnamed>::CGObjCEtoile::MethodPreamble(const std::string&, const std::string&, const std::string&, const llvm::Type*, const llvm::Type*, const llvm::Type**, unsigned int, bool, bool)':<br>
CGObjCEtoile.cpp:240: error: ambiguous overload for 'operator[]' in 'AI[0]'<br>CGObjCEtoile.cpp:240: note: candidates are: operator[](llvm::Argument*, int) <built-in><br>/home/xzx/llvm/include/llvm/ADT/ilist.h:98: note:                 void llvm::ilist_iterator<NodeTy>::operator[](unsigned int) [with NodeTy = llvm::Argument]<br>
/home/xzx/llvm/include/llvm/ADT/ilist.h:99: note:                 void llvm::ilist_iterator<NodeTy>::operator[](unsigned int) const [with NodeTy = llvm::Argument]<br>CGObjCEtoile.cpp:241: error: ambiguous overload for 'operator[]' in 'AI[1]'<br>
CGObjCEtoile.cpp:241: note: candidates are: operator[](llvm::Argument*, int) <built-in><br>/home/xzx/llvm/include/llvm/ADT/ilist.h:98: note:                 void llvm::ilist_iterator<NodeTy>::operator[](unsigned int) [with NodeTy = llvm::Argument]<br>
/home/xzx/llvm/include/llvm/ADT/ilist.h:99: note:                 void llvm::ilist_iterator<NodeTy>::operator[](unsigned int) const [with NodeTy = llvm::Argument]<br>make[2]: *** [/home/xzx/llvm/tools/clang/lib/CodeGen/Debug/CGObjCEtoile.o] Error 1<br>
make[2]: Leaving directory `/home/xzx/llvm/tools/clang/lib/CodeGen'<br>make[1]: *** [CodeGen/.makeall] Error 2<br>make[1]: Leaving directory `/home/xzx/llvm/tools/clang/lib'<br>make: *** [all] Error 1<br><br><br>