Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Alpha / neg1.ll
blobddaed4a0c6e24ffcba1bb7cedf299175f719aa22
1 ; Make sure this testcase codegens to the lda -1 instruction
2 ; RUN: llvm-as < %s | llc -march=alpha | grep {\\-1}
4 define i64 @bar() {
5 entry:
6         ret i64 -1