Use TargetLowering to get the types in fast isel, which handles pointer types correct...
authorOwen Anderson <resistor@mac.com>
Wed, 27 Aug 2008 18:58:30 +0000 (18:58 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 27 Aug 2008 18:58:30 +0000 (18:58 +0000)
commit6336b70541204d1a8377ec1f33748a7260e0a31d
treeacb321eb18b34afecf46818091dce86be1122045
parent151ed61a2f9c3482d35a54d502e7cd147f22a21b
Use TargetLowering to get the types in fast isel, which handles pointer types correctly for our purposes.

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