Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding bitcast to a load/store pair.
authorChris Lattner <sabre@nondot.org>
Tue, 5 Dec 2006 18:22:22 +0000 (18:22 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Dec 2006 18:22:22 +0000 (18:22 +0000)
commit399610a2e601214520df42351b1287a142130058
treebc2588b856ed2ffe722f28790a1ce935398ff745
parentade2f54d2beb38aab3f2eb6e306450788ee94dd0
Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding bitcast to a load/store pair.
This could be better, readme entry pending.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32228 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp