Change the ValueList array for each node to be shared instead of...
Change the ValueList array for each node to be shared instead of individuallyallocated. Further, in the common case where a node has a single value, justreference an element from a small array. This is a small compile-time win. llvm-svn: 24251
Loading
Please register or sign in to comment