diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-04 00:12:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-04 00:12:30 +0000 |
commit | 469996400c4ab89d5ddb2eb80acc1c1553439f07 (patch) | |
tree | 88ca59ff06cd284aeb2c9ed88e203d5922cc4a86 /lib/Transforms/Utils/LoopSimplify.cpp | |
parent | 43c05744b58ff24fab998080680b5ba1e2120dec (diff) |
fix a bug in my licm rewrite when a load from the promoted memory
location is being re-stored to the memory location. We would get
a dangling pointer from the SSAUpdate data structure and miss a
use. This fixes PR8068
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/LoopSimplify.cpp')
0 files changed, 0 insertions, 0 deletions