llvm-6502/lib
Alkis Evlogimenos 60596382aa Eliminate some extraneous code in SlotCalculator::insertVal().
Rename SlotCalculator::getValSlot() to SlotCalculator::getSlot(),
       SlotCalculator::insertValue() to SlotCalculator::getOrCreateSlot(),
       SlotCalculator::insertVal() to SlotCalculator::insertValue(), and
       SlotCalculator::doInsertVal() to SlotCalculator::doInsertValue().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9190 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-17 02:02:40 +00:00
..
Analysis Make use of "external" depth-first iterators to avoid revisiting nodes 2003-10-13 16:36:06 +00:00
Archive Update file header for renamed file 2003-09-22 23:42:00 +00:00
AsmParser Minor cleanups 2003-10-16 20:12:13 +00:00
Bytecode Eliminate some extraneous code in SlotCalculator::insertVal(). 2003-10-17 02:02:40 +00:00
CodeGen #include vector which we will need here soon 2003-10-15 22:09:32 +00:00
ExecutionEngine Fix a typo in a comment, and zap a blank line. 2003-10-16 23:33:38 +00:00
Linker Add support for 'weak' linkage. 2003-10-16 18:29:00 +00:00
Support Fix up error message. 2003-10-15 20:46:58 +00:00
Target Eliminate some extraneous code in SlotCalculator::insertVal(). 2003-10-17 02:02:40 +00:00
Transforms Add support for 'weak' linkage. 2003-10-16 18:29:00 +00:00
VMCore Eliminate some extraneous code in SlotCalculator::insertVal(). 2003-10-17 02:02:40 +00:00
Makefile Removed Support directory. It now lives in llvm/support/lib. 2003-09-29 16:10:43 +00:00