sberg added a comment. Dropped the const. The type of n is int, so taking by value is fine. (But guess it's better to stick to auto, in case the value type of FuncletMembership should ever change.) Repository: rL LLVM http://reviews.llvm.org/D18440