llvm-6502/test
Evan Cheng d33cec18a9 Fix strange logic in CollectIVUsers used to determine whether all uses are
addresses, part 1. This fixes an obvious logic bug. Previously if the only
in-loop use is a PHI, it would return AllUsesAreAddresses as true.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65178 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-20 22:16:49 +00:00
..
Analysis BasicAA was making the assumption that a local allocation which hadn't escaped 2009-02-13 07:06:27 +00:00
Archive
Assembler add proper asmwriter and asmparser support for anonymous functions. 2009-02-18 21:48:13 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Fix strange logic in CollectIVUsers used to determine whether all uses are 2009-02-20 22:16:49 +00:00
DebugInfo The subprogram die may not exist while creating "default" scope. 2009-02-18 17:29:38 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC Emit debug info for bitfields. 2009-02-17 21:23:59 +00:00
FrontendC++ Temporarily XFAIL this test. 2009-02-19 00:13:55 +00:00
FrontendFortran
FrontendObjC And now, not so elegant, test case... 2009-02-17 22:48:18 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC
Other
Scripts
TableGen
Transforms Implement "superhero" strength reduction, or full strength 2009-02-20 04:17:46 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh