llvm-6502/lib
Chris Lattner 83c4ec0372 Fix two bugs: one where a condition was mistakenly swapped, and another
where we folded (X & 254) -> X < 1 instead of X < 2.  These problems were
latent problems exposed by the latest patch.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16528 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-27 19:29:18 +00:00
..
Analysis 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:48:05 +00:00
Archive
AsmParser
Bytecode The system ranlib on darwin occasionally adds two extra newlines to the 2004-09-27 16:59:06 +00:00
CodeGen
Debugger
ExecutionEngine
Linker
Support
System Updated to reflect changes in the interface of TimeValue::now(). 2004-09-25 08:32:37 +00:00
Target SparcV8 int regs are not only 32-bits in width, but they are 32-bit aligned! 2004-09-27 18:22:18 +00:00
Transforms Fix two bugs: one where a condition was mistakenly swapped, and another 2004-09-27 19:29:18 +00:00
VMCore 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:48:05 +00:00
Makefile