Skip to content
Commit 2f0c1c44 authored by Chris Lattner's avatar Chris Lattner
Browse files

Move the re-sort of invalidated NonLocalPointerDeps cache earlier

so that all code paths get it.  PR4256 was about a case where the
phi translation loop would find all preds in the Visited cache, so
it could get by without re-sorting the NonLocalPointerDeps cache.
Fix this by resorting it earlier, there is no reason not to do this.

This patch inspired by Jakub Staszak's patch.

llvm-svn: 75476
parent 9c3a0188
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment