2005-04-15 00:17:49 +08:00
|
|
|
; Make sure this testcase codegens to the zapnot instruction
|
2007-04-16 02:40:57 +08:00
|
|
|
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep zapnot
|
2005-04-15 00:17:49 +08:00
|
|
|
|
|
|
|
implementation ; Functions:
|
|
|
|
|
|
|
|
long %bar(long %x) {
|
|
|
|
entry:
|
2006-01-02 06:14:31 +08:00
|
|
|
%tmp.1 = and long %x, 16711935 ; <long> [#uses=1]
|
2005-05-13 23:42:07 +08:00
|
|
|
ret long %tmp.1
|
2005-04-15 00:17:49 +08:00
|
|
|
}
|