Mark that the return is using EAX so that we don't use it for some other
[llvm.git] / test / Assembler / 2007-03-19-NegValue.ll
blobe90cf351e1d737595eb239c0d335c868f598511f
1 ; Test whether negative values > 64 bits retain their negativeness.
2 ; RUN: llvm-as < %s | llvm-dis | grep {add i65.*, -1}
4 define i65 @testConsts(i65 %N) {
5   %a = add i65 %N, -1
6   ret i65 %a