Andrew Lenharth | f701697 | 2005-04-13 13:00:16 +0000 | [diff] [blame] | 1 | ; Make sure this testcase codegens to the bic instruction |
Reid Spencer | 69ccadd | 2006-12-02 04:23:10 +0000 | [diff] [blame] | 2 | ; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep 'zapnot' |
Andrew Lenharth | f701697 | 2005-04-13 13:00:16 +0000 | [diff] [blame] | 3 | |
4 | implementation ; Functions: | ||||
5 | |||||
6 | ushort %foo(long %y) { | ||||
7 | entry: | ||||
8 | %tmp.1 = cast long %y to ushort ; <ushort> [#uses=1] | ||||
9 | ret ushort %tmp.1 | ||||
10 | } | ||||
11 |