blob: d04edd6bad39934b29fcafe2c21f50d85db2a3e2 [file] [log] [blame]
Andrew Lenharth80563ff2005-04-14 16:17:49 +00001; Make sure this testcase codegens to the zapnot instruction
2; RUN: llvm-as < %s | llc -march=alpha | grep 'zapnot'
3
4implementation ; Functions:
5
6long %bar(long %x) {
7entry:
8 %tmp.1 = and long %x, 255 ; <long> [#uses=1]
Andrew Lenharth7c644402005-05-13 15:42:07 +00009 ret long %tmp.1
Andrew Lenharth80563ff2005-04-14 16:17:49 +000010}