Do not use temporary variables to pass them to forEachUndefines.
authorRui Ueyama <ruiu@google.com>
Fri, 4 Apr 2014 00:39:37 +0000 (00:39 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 4 Apr 2014 00:39:37 +0000 (00:39 +0000)
commit0b8e053ebd81dd67fcb96abf497804c8cd50b9c9
treeebcd2e373b5a1abb3d75bacdb30c0fdbd821482b
parent7247546ba3b17565ff59f76d31b69ac948459e32
Do not use temporary variables to pass them to forEachUndefines.

So that it's obvious that we pass these callbacks only to forEachUndefines.

llvm-svn: 205593
lld/include/lld/Core/Resolver.h
lld/lib/Core/Resolver.cpp