llvm-6502/lib/Transforms/Utils
Chris Lattner 0fa157127f * Minor cleanups
* Eliminate the KillList instance variable, instead, just delete loads and
  stores as they are "renamed", and delete allocas when they are done
* Make the 'visited' set an instance variable to avoid passing it on the stack.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8857 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-05 01:52:53 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
DemoteRegToStack.cpp Minor cleanups, no functional changes 2003-09-20 14:36:23 +00:00
InlineFunction.cpp Fix bugs in the last change 2003-09-22 23:30:59 +00:00
Linker.cpp
Local.cpp
LoopSimplify.cpp
LowerAllocations.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp Rename Function::getEntryNode -> getEntryBlock 2003-09-20 14:39:18 +00:00
PromoteMemoryToRegister.cpp * Minor cleanups 2003-10-05 01:52:53 +00:00
SimplifyCFG.cpp
UnifyFunctionExitNodes.cpp
ValueMapper.cpp
ValueMapper.h