[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Assembler / invalid-byval-type1.ll
blob236790e11428981afac17ffdf781a73d2c31ad75
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: Attribute 'byval' type does not match parameter!
4 declare void @foo(i32* byval(i8))