blob: f7cb294da9d5632c003c15e7652f851669e6391c [file] [log] [blame]
Andrew Lenharthf7016972005-04-13 13:00:16 +00001; Make sure this testcase codegens to the bic instruction
2; RUN: llvm-as < %s | llc -march=alpha | grep 'zapnot'
3
4implementation ; Functions:
5
6ushort %foo(long %y) {
7entry:
8 %tmp.1 = cast long %y to ushort ; <ushort> [#uses=1]
9 ret ushort %tmp.1
10}
11