fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.
authorChris Lattner <sabre@nondot.org>
Wed, 29 Dec 2010 01:33:36 +0000 (01:33 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 29 Dec 2010 01:33:36 +0000 (01:33 +0000)
commite562dba845265b5577699eb857fead1ea0f7905b
tree36e175f00fec410dfece6c6150501f117d11a829
parentb4601bd2ffdde372f1323f6b6ec98acd433501ce
fix PR8867: a crash handling fp128.  Thanks to Nick for the testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122613 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ConstantFold.cpp
unittests/VMCore/ConstantsTest.cpp