Delete the RegScavenging constructor that takes a MachineBasicBlock
authorDan Gohman <gohman@apple.com>
Fri, 19 Dec 2008 00:34:32 +0000 (00:34 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 19 Dec 2008 00:34:32 +0000 (00:34 +0000)
commit9755faab609d65ccd06220625b50dc9d792be3c4
treec80f5c52423442a10d4e95c1e343fd86a922e2af
parent7538454f9f20c65d41c75260678849e857f342de
Delete the RegScavenging constructor that takes a MachineBasicBlock
argument. Nothing was using it, and it set the MBB member without
calling enterBasicBlock, which was problematic.

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