Eliminate the CurMBB member from SelectionDAGBuilder. For places that
authorDan Gohman <gohman@apple.com>
Mon, 19 Apr 2010 22:41:47 +0000 (22:41 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 19 Apr 2010 22:41:47 +0000 (22:41 +0000)
commit99be8ae3898d87373ef0c8f1159b287e28a8d81b
tree628f5f4677359b4c56716a57d0d92ecb7ce4fbf0
parentc056454ecfe66f7c646fedef594f4ed48a9f3bf0
Eliminate the CurMBB member from SelectionDAGBuilder. For places that
need it, just pass around the parent block of the current instruction
explicitly.

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