More changes from Chris' review: simplify getIndices and avoid
[oota-llvm.git] / test / CodeGen / Alpha / neg1.ll
1 ; Make sure this testcase codegens to the lda -1 instruction
2 ; RUN: llvm-as < %s | llc -march=alpha | grep {\\-1}
3
4 define i64 @bar() {
5 entry:
6         ret i64 -1
7 }