Make MachineFunctionPass::runOnFunction non-virtual. Subclasses override
authorDan Gohman <gohman@apple.com>
Thu, 5 Jul 2007 20:39:35 +0000 (20:39 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 5 Jul 2007 20:39:35 +0000 (20:39 +0000)
commitd27df628cc6fa29605fa221a2f0b03b4592caf03
treec1a348af76e8d94ded66d2c00716f92e8b8c73b3
parent4304bcc1edd75c8db64b46c3f99871a8bb4515a7
Make MachineFunctionPass::runOnFunction non-virtual. Subclasses override
the virtual function runOnMachineFunction instead. And add access specifiers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37924 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFunctionPass.h