[llvm-commits] [llvm] r44037 - in /llvm/trunk: include/llvm/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/IA64/ lib/Target/Mips/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Target/X86/

Chris Lattner clattner at apple.com
Mon Nov 12 23:36:28 PST 2007


On Nov 12, 2007, at 5:35 PM, Bill Wendling wrote:
>> Also, where are the test case(s)? :-)
>>
> I knew someone would ask that. :-)
>
> It's hard to come up with a testcase because I need to check multiple
> lines of output to make sure that the stack pointer isn't modified
> while a call is taking place. Does anyone know how to do this?

I'd suggest adding an execution test to SingleSource/UnitTests, just  
write it as a simple C example.

-Chris



More information about the llvm-commits mailing list