diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-12 06:01:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-12 06:01:40 +0000 |
commit | 3b2917bfcf42202023d2ea37c153e6c0deac15c1 (patch) | |
tree | 13072e0674a55563422594bf9971926b5121beeb /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | ffc4926263344a9fa825a75fe273ccd93643ec7c (diff) | |
download | llvm-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