move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().
authorChris Lattner <sabre@nondot.org>
Fri, 16 Apr 2010 22:59:24 +0000 (22:59 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Apr 2010 22:59:24 +0000 (22:59 +0000)
commita3dfc646b4d772979f8994c07eeee6af57480d34
tree9efd414ed538e7e1d2bde28cc02841c0f056deb4
parent391569c4b9e735d3e0ff2ef92b72eabec7789542
move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101562 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SCCIterator.h
include/llvm/CallGraphSCCPass.h
lib/Analysis/IPA/CallGraphSCCPass.cpp