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