blob: d04edd6bad39934b29fcafe2c21f50d85db2a3e2 [file] [log] [blame]
; Make sure this testcase codegens to the zapnot instruction
; RUN: llvm-as < %s | llc -march=alpha | grep 'zapnot'
implementation ; Functions:
long %bar(long %x) {
entry:
%tmp.1 = and long %x, 255 ; <long> [#uses=1]
ret long %tmp.1
}