Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | ; Found by inspection of the code |
Tanya Lattner | 8b07470 | 2007-11-28 04:57:00 +0000 | [diff] [blame] | 2 | ; RUN: not llvm-as < %s > /dev/null |& grep {Logical operator requires integral} |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 3 | |
4 | global i32 ashr (float 1.0, float 2.0) |