blob: 037e3a2bfb3e9a3aacfec2f0a673a293b95f197d [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; Make sure this testcase codegens to the lda -1 instruction
2; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep {\\-1}
3
4implementation ; Functions:
5
6long %bar() {
7entry:
8 ret long -1
9}