Eliminate SelectionDAGISel's "current block" member. Just pass it as
authorDan Gohman <gohman@apple.com>
Mon, 19 Apr 2010 22:51:14 +0000 (22:51 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 19 Apr 2010 22:51:14 +0000 (22:51 +0000)
commit35bb85b7ee108a265a20686e97d1b011f4ab5ce9
treee4be8f65eb18f8bd76ebfda392037ff65665aea9
parent1f65453d0a26d12a224f1380c71238f7b2d26e95
Eliminate SelectionDAGISel's "current block" member. Just pass it as
an argument to things that need it.

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