[llvm-commits] CVS: llvm/lib/CodeGen/CallingConvLower.cpp

2007-02-26 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: CallingConvLower.cpp updated: 1.1 -> 1.2 --- Log message: Minor refactoring of CC Lowering interfaces --- Diffs of the changes: (+4 -1) CallingConvLower.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/lib/CodeGen/Callin

[llvm-commits] CVS: llvm/lib/CodeGen/CallingConvLower.cpp

2007-02-26 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: CallingConvLower.cpp added (r1.1) --- Log message: move CC Lowering stuff to its own public interface --- Diffs of the changes: (+34 -0) CallingConvLower.cpp | 34 ++ 1 files changed, 34 insertions(+) Index: llvm/li