Don't memoize vloads in the load map! Don't memoize them anywhere here, let
authorChris Lattner <sabre@nondot.org>
Wed, 12 Apr 2006 03:25:41 +0000 (03:25 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Apr 2006 03:25:41 +0000 (03:25 +0000)
commit9d956250f547eb50c453edcb83b9d1783ee1558c
tree4dd3b0be953f35ec72ea398552b8c3da0c62f87a
parent3678dbf69dbaa3bbb3a81056549b46e9fa12fc7e
Don't memoize vloads in the load map!  Don't memoize them anywhere here, let
getNode do it.  This fixes CodeGen/Generic/2006-04-11-vecload.ll

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