]> granicus.if.org Git - clang/commitdiff
this works.
authorChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2007 01:39:17 +0000 (01:39 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Nov 2007 01:39:17 +0000 (01:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44321 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/conditional.c

index ef3283d1d498c418980bcffa8d71042f8b514238..57a0be1b1057991c09af85099ecad889f0646238 100644 (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;
 }
-*/