this works.

llvm-svn: 44321
This commit is contained in:
Chris Lattner 2007-11-26 01:39:17 +00:00
parent 2f76e373ae
commit a3ee6fa84f
1 changed files with 0 additions and 2 deletions

View File

@ -4,9 +4,7 @@ float test1(int cond, float a, float b)
{
return cond ? a : b;
}
/* this will fail for now...
double test2(int cond, float a, double b)
{
return cond ? a : b;
}
*/