blob: 057d16b1b95eff8597c03f1a4ada8c50578111d0 [file] [log] [blame]
Andrew Lenharthf7016972005-04-13 13:00:16 +00001; Make sure this testcase codegens to the bic instruction
Reid Spencer69ccadd2006-12-02 04:23:10 +00002; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep 'zapnot'
Andrew Lenharthf7016972005-04-13 13:00:16 +00003
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