Fix a bug in the code that merges consecutive stores. Previously we did not
[oota-llvm.git] / test / CodeGen / X86 / vararg_tailcall.ll
2011-05-20 Chad RosierDon't attempt to tail call optimize for Win64.
2011-05-19 Eli FriedmanFix up this test to use explicit triples (Win64 passes...
2011-05-18 Chad RosierEnables vararg functions that pass all arguments via...