blob: 50ab112b3e819ed7b452dd9b8ff0faa6602e8b5c [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:
Andrew Lenharthfe67ca22006-01-01 22:14:31 +00008 %tmp.1 = and long %x, 16711935 ; <long> [#uses=1]
Andrew Lenharth7c644402005-05-13 15:42:07 +00009 ret long %tmp.1
Andrew Lenharth80563ff2005-04-14 16:17:49 +000010}