blob: d026edd28975afdb0fe4ffcc82041f39519ba4e2 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; Make sure this testcase codegens to the zapnot instruction
2; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep zapnot
3
4implementation ; Functions:
5
6long %bar(long %x) {
7entry:
8 %tmp.1 = and long %x, 16711935 ; <long> [#uses=1]
9 ret long %tmp.1
10}