[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / CodeGen / X86 / i128-immediate.ll
1 ; RUN: llc < %s -march=x86-64 | grep movq | count 2
2
3 define i128 @__addvti3() {
4           ret i128 -1
5 }