llvm-6502/lib
Chris Lattner 3b131d7cc4 Now that printPICJumpTableSetLabel is not overloaded,
inline it into its only caller, allowing us to simplify it
and hoist bits out of the loop.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94528 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-26 06:42:44 +00:00
..
Analysis Fix the the ceiling-division used in computing the MaxBECount so that it doesn't 2010-01-26 04:40:18 +00:00
Archive
AsmParser
Bitcode
CodeGen Now that printPICJumpTableSetLabel is not overloaded, 2010-01-26 06:42:44 +00:00
CompilerDriver
ExecutionEngine Add support for target-specific 32-bit custom-lowered 2010-01-26 04:05:28 +00:00
Linker
MC
Support Add a comment about a missed opportunity. 2010-01-26 04:13:15 +00:00
System
Target Move getJTISymbol from MachineJumpTableInfo to MachineFunction, 2010-01-26 06:28:43 +00:00
Transforms In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store. 2010-01-26 02:42:15 +00:00
VMCore
Makefile