mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
The HadDelete field is no longer used.
llvm-svn: 58761
This commit is contained in:
parent
1db84e57c5
commit
cd2c7f16c0
@ -45,7 +45,6 @@ static bool IsChainCompatible(SDNode *Chain, SDNode *Op) {
|
||||
/// instruciton selection graph.
|
||||
class VISIBILITY_HIDDEN ISelUpdater : public SelectionDAG::DAGUpdateListener {
|
||||
SelectionDAG::allnodes_iterator &ISelPosition;
|
||||
bool HadDelete; // Indicate if any deletions were done.
|
||||
public:
|
||||
explicit ISelUpdater(SelectionDAG::allnodes_iterator &isp)
|
||||
: ISelPosition(isp) {}
|
||||
|
Loading…
Reference in New Issue
Block a user