Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | ; PR1117 |
Gabor Greif | afb4e8c | 2008-05-20 22:07:21 +0000 | [diff] [blame^] | 2 | ; RUN: not llvm-as %s -o /dev/null -f |& grep {invalid cast opcode for cast from} |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 3 | |
4 | @X = constant i8* trunc (i64 0 to i8*) |