[llvm-commits] [llvm] r112810 - in /llvm/trunk: include/llvm/Transforms/Utils/SSAUpdater.h lib/Transforms/Scalar/GVN.cpp lib/Transforms/Scalar/JumpThreading.cpp lib/Transforms/Scalar/LICM.cpp lib/Transforms/Scalar/LoopRotation.cpp lib/Transforms/Utils/LCSSA.cpp lib/Transforms/Utils/SSAUpdater.cpp
Eric Christopher
echristo at apple.com
Thu Sep 2 01:50:47 PDT 2010
On Sep 2, 2010, at 1:14 AM, Duncan Sands wrote:
> Reapply commit 112699, speculatively reverted by echristo, since
> I'm sure it is harmless. Original commit message:
> If PrototypeValue is erased in the middle of using the SSAUpdator
> then the SSAUpdator may access freed memory. Instead, simply pass
> in the type and name explicitly, which is all that was used anyway.
Yeah, I meant to reapply, there's some random miscompilation causing failures.
*sigh*
-eric
More information about the llvm-commits
mailing list