llvm/lib/Transforms/IPO
Chris Lattner b6b26921e3 Add code to link method together with the same name if one is vararg and the other isn't.
This resolves definitions like this:
   %list * "foo"(...)
   %list * "foo"(int)

together which can often occur because C programmers don't put prototypes in like they should.  GRR


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1102 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-03 09:19:00 +00:00
..
ConstantMerge.cpp Initial checkin 2001-10-18 20:05:37 +00:00
DeadTypeElimination.cpp Add code to link method together with the same name if one is vararg and the other isn't. 2001-11-03 09:19:00 +00:00
InlineSimple.cpp Fix bug when inlining a method that refers to a global variable 2001-10-31 02:27:26 +00:00