blob: 5d6ccd0da5a382dc6757e6f6dda68e8c9cf2be1b [file] [log] [blame]
Andrew Lenharthb8a5d632005-04-08 16:46:44 +00001; Make sure this testcase codegens to the lda -1 instruction
2; RUN: llvm-as < %s | llc -march=alpha | grep '-1'
3
4implementation ; Functions:
5
6long %bar() {
7entry:
8 ret long -1
9}