Emit gcov data files to the directory specified in the metadata produced by the
[llvm/stm8.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