llvm-6502/lib/Transforms
Chris Lattner 0adb9f95ea Eliminate visited, CurrentValue, and WriteSets as instance variables of
PromoteInstance.  Make them local variables that are passed around as
appropriate.  Especially in the case of CurrentValue, this makes the
code simpler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2374 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-28 18:54:01 +00:00
..
Instrumentation s/Method/Function 2002-04-27 07:27:19 +00:00
IPO Be careful not to make "external" function internal 2002-04-28 05:48:34 +00:00
Scalar Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes 2002-04-28 16:21:30 +00:00
Utils Eliminate visited, CurrentValue, and WriteSets as instance variables of 2002-04-28 18:54:01 +00:00
ExprTypeConvert.cpp Change Constant::getNullConstant to Constant::getNullValue 2002-04-27 02:25:14 +00:00
HoistPHIConstants.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
LevelRaise.cpp * Rename MethodPass class to FunctionPass 2002-04-27 06:56:12 +00:00
Makefile Compile the scalar directory 2001-12-03 17:28:15 +00:00
TransformInternals.cpp * Clean up the code a bit 2002-04-16 22:10:36 +00:00
TransformInternals.h Add casts for documentation 2002-04-16 22:10:52 +00:00