We actually handle AllocaInst via getRegForValue below just fine.
authorEric Christopher <echristo@apple.com>
Thu, 15 Mar 2012 21:33:47 +0000 (21:33 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 15 Mar 2012 21:33:47 +0000 (21:33 +0000)
commitccaea7dc0bbc75e5d4ee92fb8cc6af0f928d056f
tree13f7a87d43a75a7a6a8e1f96b469224fb8e9a1d7
parentbb54d21495ba5ce60931bc872e3e3df67386cb97
We actually handle AllocaInst via getRegForValue below just fine.

Part of rdar://8905263

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