Teach inline function how to update the callgraph when it makes changes.
[oota-llvm.git] / include / llvm / Transforms / Utils / FunctionUtils.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-04-23 Misha BrukmanAggregating function arguments is now an option. Defaul...
2004-03-18 Chris LattnerThe code extractor needs dominator information, so...
2004-03-18 Chris LattnerMake this header file self-contained
2004-03-02 Misha BrukmanAdd prototype for ExtractCodeRegion()
2004-03-01 Misha BrukmanAdd ability to extract a single basic block into a...
2004-02-28 Misha BrukmanNew Function-level transformation utils.