diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-26 01:39:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-26 01:39:17 +0000 |
commit | 09376fd7f7ea9b4a4846c3d9cd1bfade17e5ac8d (patch) | |
tree | 7f9b63c662c8a30cc88e26b49401fa7fee2ada56 /test/CodeGen/conditional.c | |
parent | 5d3f5a155ec854bd56255e3bb92a8d190b2f9ff3 (diff) |
this works.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44321 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/conditional.c')
-rw-r--r-- | test/CodeGen/conditional.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/conditional.c b/test/CodeGen/conditional.c index ef3283d1d4..57a0be1b10 100644 --- a/test/CodeGen/conditional.c +++ b/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; } -*/ |