Remove dead code.
authorDevang Patel <dpatel@apple.com>
Fri, 26 Jan 2007 01:08:18 +0000 (01:08 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 26 Jan 2007 01:08:18 +0000 (01:08 +0000)
commit129ccd9def1cb98a0442140b407f9e91e323829a
tree0314994d39c79630a49e0b27ed9c5a389e77be10
parent7755facd76c518b09ed634f383170e8f3bcafc0d
Remove dead code.
CallGraphSCCPass does not need to implement runOnModule().
It supports runOnSCC().

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