[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / Verifier / byval-1.ll
1 ; RUN: not llvm-as < %s >& /dev/null
2 declare void @h(i32 byval %num)