aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-12 06:01:40 +0000
committerChris Lattner <sabre@nondot.org>2004-05-12 06:01:40 +0000
commit3b2917bfcf42202023d2ea37c153e6c0deac15c1 (patch)
tree13072e0674a55563422594bf9971926b5121beeb /llvm/lib/CodeGen/MachineBasicBlock.cpp
parentffc4926263344a9fa825a75fe273ccd93643ec7c (diff)
downloadllvm-3b2917bfcf42202023d2ea37c153e6c0deac15c1.zip
llvm-3b2917bfcf42202023d2ea37c153e6c0deac15c1.tar.gz
llvm-3b2917bfcf42202023d2ea37c153e6c0deac15c1.tar.bz2
* Pull some code out into the definedInRegion/definedInCaller methods
* Add a stub for the severSplitPHINodes which will allow us to bbextract bb's with PHI nodes in them soon. * Remove unused arguments from findInputsOutputs * Dramatically simplify the code in findInputsOutputs. In particular, nothing really cares whether or not a PHI node is using something. * Move moveCodeToFunction to after emitCallAndSwitchStatement as that's the order they get called. * Fix a bug where we would code extract a region that included a call to vastart. Like 'alloca', calls to vastart must stay in the function that they are defined in. * Add some comments. llvm-svn: 13482
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions