Remove the DefBlock element of VarInfo. DefBlock is always DefInst->getParent()
authorChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2004 06:26:50 +0000 (06:26 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2004 06:26:50 +0000 (06:26 +0000)
commit73d4adfb1e5d6c0ce834b331e6099b14d3341dd7
treef129b109d86d41050e15a7bf8ccf054f06a9195c
parente312e156c3fd39481460f97b666e8fb5eca13346
Remove the DefBlock element of VarInfo.  DefBlock is always DefInst->getParent()

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14996 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveVariables.h
lib/CodeGen/LiveVariables.cpp