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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
swiftself.ll
blob
acdc629061e96be6227ed606daa96aa6b576b5dd
1
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3
declare void @a(ptr swiftself %a, ptr swiftself %b)
4
; CHECK: Cannot have multiple 'swiftself' parameters!