Andrew Lenharth | 80563ff | 2005-04-14 16:17:49 +0000 | [diff] [blame^] | 1 | ; Make sure this testcase codegens to the zapnot instruction |
2 | ; RUN: llvm-as < %s | llc -march=alpha | grep 'zapnot' | ||||
3 | |||||
4 | implementation ; Functions: | ||||
5 | |||||
6 | long %bar(long %x) { | ||||
7 | entry: | ||||
8 | %tmp.1 = and long %x, 255 ; <long> [#uses=1] | ||||
9 | ret long %tmp.2 | ||||
10 | } |