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
/
opaque-ptr-invalid.ll
blob
fc4796b305948fe91adcd5af9e4b6f41c9b80507
1
; RUN: not opt -passes=verify < %s 2>&1 | FileCheck %s
2
3
; CHECK: Attribute 'inalloca' does not support unsized types!
4
; CHECK-NEXT: ptr @f
5
define void @f(ptr inalloca(token)) {
6
ret void
7
}