From a3ee6fa84ff01d0c72182cab8e87749bdda68d7b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 26 Nov 2007 01:39:17 +0000 Subject: this works. llvm-svn: 44321 --- clang/test/CodeGen/conditional.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang') diff --git a/clang/test/CodeGen/conditional.c b/clang/test/CodeGen/conditional.c index ef3283d1d49..57a0be1b105 100644 --- a/clang/test/CodeGen/conditional.c +++ b/clang/test/CodeGen/conditional.c @@ -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; } -*/ -- cgit v1.2.3