aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineCodeForBasicBlock.h
AgeCommit message (Expand)Author
2002-10-28Rename file to MachineBasicBlock.hChris Lattner
2002-10-28Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner
2002-10-28Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman
2002-10-27Prune #includesChris Lattner
2002-09-20Add erase() method for a single element.Vikram S. Adve
2002-07-08Interface to class MachineCodeForBasicBlock.Vikram S. Adve