Revert rL360675 : [APFloat] APFloat::Storage::Storage - fix use after move
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 15 May 2019 13:03:10 +0000 (13:03 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 15 May 2019 13:03:10 +0000 (13:03 +0000)
commit2dd6a0c0c3841af24a6bb7e5025b26df92759c4a
tree84c15449e194d90bbc80dc5174e0e157815d3513
parent0582b22f10205c61d10531e4a6fa66c5048dc15c
Revert rL360675 : [APFloat] APFloat::Storage::Storage - fix use after move

This was mentioned both in https://www.viva64.com/en/b/0629/ and by scan-build checks
........
There's concerns this may just introduce a use-after-free instead.....

llvm-svn: 360770
llvm/lib/Support/APFloat.cpp