blob: 342c269cde853a16a2ac8efc903927e3dc62ed1f [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]
9 ret long %tmp.2
10}