Expand bitcast support in fast isel to support bitcasts of non-constant values by...
commit0658ade677cfe44b6a154094a8a32ac390b329e1
authorOwen Anderson <resistor@mac.com>
Mon, 25 Aug 2008 21:32:34 +0000 (25 21:32 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 25 Aug 2008 21:32:34 +0000 (25 21:32 +0000)
treecb079539da0c10cf20b1d6b2947af389ae13c041
parent98cfaf8d6e92d785052ea6fa0e63dc10ac8e538c
Expand bitcast support in fast isel to support bitcasts of non-constant values by emitting reg-reg copies.

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