llvm-6502/lib
Brian Gaeke eb8863db90 Don't warn about a null live range if the Value is a ConstantIntegral.
Otherwise, if you're in debugging mode, you get warnings for (apparently)
every immediate constant in the function during reg. allocation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12538 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-29 21:58:41 +00:00
..
Analysis Adjust to new itf 2004-03-29 20:42:49 +00:00
Archive * finegrainify namespacification of ArchiveReader.cpp 2004-01-10 19:00:15 +00:00
AsmParser Hrm, we were leaking ~1M of garbage that valgrind never told us about because 2004-03-19 23:34:33 +00:00
Bytecode Make error message a bit nicer. 2004-03-29 00:16:01 +00:00
CodeGen Change how the beginnings and ends of MachineFunctions are printed. Get 2004-03-29 21:58:31 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine Fix PR296: [execution engines] Unhandled cast constant expression 2004-03-16 08:38:56 +00:00
Linker Include Config/config.h for SHLIBEXT. 2004-02-23 22:42:51 +00:00
Support Adjust to new itf 2004-03-29 20:42:49 +00:00
Target Don't warn about a null live range if the Value is a ConstantIntegral. 2004-03-29 21:58:41 +00:00
Transforms X % -1 == X % 1 == 0 2004-03-26 16:11:24 +00:00
VMCore Adjust to new itf 2004-03-29 20:42:49 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00