llvm-6502/lib/Transforms/IPO
Chris Lattner b20807f23e * Export method to merge identically named methods
* Add code to fix PHI nodes that are missing arguments.  These PHI nodes can
  be generated by GCC if there is an uninitialized variable flowing into a merge
  point.  For example:

int foo(int y) {
  int X;
  if (y) X = 1;
  return X;
}


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1110 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-03 19:51:56 +00:00
..
ConstantMerge.cpp Initial checkin 2001-10-18 20:05:37 +00:00
DeadTypeElimination.cpp * Export method to merge identically named methods 2001-11-03 19:51:56 +00:00
InlineSimple.cpp Fix bug when inlining a method that refers to a global variable 2001-10-31 02:27:26 +00:00