repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
invalid-byval-type1.ll
blob
236790e11428981afac17ffdf781a73d2c31ad75
1
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3
; CHECK: Attribute 'byval' type does not match parameter!
4
declare void @foo(i32* byval(i8))