Other parts of the SelectionDAG framework assume that targets use their pointer type...
authorOwen Anderson <resistor@mac.com>
Mon, 2 May 2011 22:25:45 +0000 (22:25 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 2 May 2011 22:25:45 +0000 (22:25 +0000)
commitf7710af4ba78aa7a0cc9c226f334d8f2b6ab31bf
tree8506b5b10170b300a4d4c52082405ca2be4f5d33
parent67352b3ce7110541475ed7fb335ee95954f0523a
Other parts of the SelectionDAG framework assume that targets use their pointer type for vector indices.  Make the vector unrolling code respect that.

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