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