Fix PR3468: a crash when constant folding a bitcast of
authorDuncan Sands <baldrick@free.fr>
Wed, 4 Feb 2009 10:17:14 +0000 (10:17 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 4 Feb 2009 10:17:14 +0000 (10:17 +0000)
commita06aef6ec55552640e45ffada96e43cae96cfc01
tree6aecaeb4008b2c805ff1d92aeec1a4c77a4470c6
parent5caa883afc2c768c293757d4ca30d85b9094e876
Fix PR3468: a crash when constant folding a bitcast of
i80 to x86 long double (this was presumably generated
by sroa).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63730 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ConstantFold.cpp
test/Transforms/InstCombine/2009-02-04-FPBitcast.ll [new file with mode: 0644]