Revert "SelectionDAG: Store SDNode operands in an ArrayRecycler"
authorJustin Bogner <mail@justinbogner.com>
Tue, 8 Mar 2016 01:07:03 +0000 (01:07 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 8 Mar 2016 01:07:03 +0000 (01:07 +0000)
commit7e6f09c28fbef49fd19516ef38493aac3c7b9e94
treed8b507bc3330c9abaf1e9a3381bdc2207391b027
parentc2a2830e94720fdccc3b94e03e28962889cd312b
Revert "SelectionDAG: Store SDNode operands in an ArrayRecycler"

Looks like the largest SDNode is different between 32 and 64 bit now,
so this is breaking 32 bit bots. Reverting while I figure out a fix.

This reverts r262886.

llvm-svn: 262892
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp