llvm-6502/test
Chris Lattner 6fbc1969e9 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75476 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-13 17:14:23 +00:00
..
Analysis When comparing constants, consider a less wide constant to be "less complex" 2009-07-04 17:24:52 +00:00
Archive
Assembler Remove the vicmp and vfcmp instructions. Because we never had a release with 2009-07-08 03:04:38 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen remove tests for removed intrinsics. 2009-07-12 21:30:06 +00:00
DebugInfo
ExecutionEngine remove tests for removed intrinsics. 2009-07-12 21:30:06 +00:00
Feature Drop "constant" from 2009-07-08 21:57:07 +00:00
FrontendAda
FrontendC
FrontendC++ Mark this test as Darwin only. Patch by Bill Wendling. 2009-07-06 15:36:23 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC/AsmParser add support for .zerofill, patch by Kevin Enderby! 2009-07-10 22:20:30 +00:00
Other
Scripts
TableGen Add some tests of advanced TableGen list functionality. 2009-06-29 20:07:17 +00:00
Transforms Move the re-sort of invalidated NonLocalPointerDeps cache earlier 2009-07-13 17:14:23 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh