view tests/mini/mainvoidreturn.d @ 1225:837f48560863

No need for temporary alloca's here, use a phi node instead.
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 19 Apr 2009 19:28:10 +0200
parents 815e1b8c6b00
children
line wrap: on
line source

void foo()
{}

void main()
{
  return foo();
}