it isn't safe to speculative load from a malloc, it might have
authorChris Lattner <sabre@nondot.org>
Sun, 3 Jan 2010 18:14:24 +0000 (18:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Jan 2010 18:14:24 +0000 (18:14 +0000)
commitfa5dd977e4ed16a82e1367ff9ed77c94d4054457
tree564b7b75a2d7f3a854d935f285c02eb99ca7df41
parent2ef90d782e7814cd7bf293e579b4741e56be33d9
it isn't safe to speculative load from a malloc, it might have
returned null, and may not have been big enough in any case.
Thanks to Jay Foad for pointing this out!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92452 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Instruction.cpp