OSDN Git Service

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)
commit4d7bf110597da67d71ae81903d7a262dddda0faf
treee4be8f65eb18f8bd76ebfda392037ff65665aea9
parent423e03450325c8d1cd6b5848930a26e2b09c634f
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