1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 07:22:55 +01:00
llvm-mirror/lib/Transforms/Utils
Chris Lattner 82f54dca49 - Change Function's so that their argument list is populated when they are
constructed.  Before, external functions would have an empty argument list,
    now a Function ALWAYS has a populated argument list.

llvm-svn: 4149
2002-10-13 20:57:00 +00:00
..
BasicBlockUtils.cpp Implement a new RemoveSuccessor function 2002-07-29 22:32:08 +00:00
BreakCriticalEdges.cpp - Fix bug: cee/2002-10-07-NoImmediateDominator.ll 2002-10-08 21:53:51 +00:00
CloneFunction.cpp *** empty log message *** 2002-06-30 16:25:25 +00:00
Linker.cpp - Change Function's so that their argument list is populated when they are 2002-10-13 20:57:00 +00:00
Local.cpp *** empty log message *** 2002-06-25 16:12:52 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
PromoteMemoryToRegister.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
SimplifyCFG.cpp Changes to support PHINode::removeIncoming changes 2002-10-08 21:36:33 +00:00
UnifyFunctionExitNodes.cpp Fix bug I introduced with one of my previous changes. 2002-09-12 19:00:43 +00:00