New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.
[oota-llvm.git] / test / Verifier / byval-1.ll
1 ; RUN: not llvm-as < %s -o /dev/null -f
2 declare void @h(i32* byval %num)