Fix a bug in GVN that Duncan noticed, where we potentially need to insert a
[oota-llvm.git] / test / Assembler / 2007-01-02-Undefined-Arg-Type.ll
1 ; The assembler should catch an undefined argument type .
2 ; RUN: not llvm-as < %s -o /dev/null -f |& grep {Reference to abstract argument}
3
4 ; %typedef.bc_struct = type opaque
5
6
7 define i1 @someFunc(i32* %tmp.71.reload, %typedef.bc_struct* %n1) {
8         ret i1 true
9 }