blob: d026edd28975afdb0fe4ffcc82041f39519ba4e2 [file] [log] [blame]
Andrew Lenharth80563ff2005-04-14 16:17:49 +00001; Make sure this testcase codegens to the zapnot instruction
Reid Spencer65f47a32007-04-15 18:40:57 +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}