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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
Other
/
mixed-opaque-ptrs-2.ll
blob
525b9b161c02e73753858f71f7c31137165eaa20
1
; RUN: llvm-as -disable-output %s 2>&1
2
; FIXME: this should err out saying not to mix `ptr` and `foo*`
3
define void @f(ptr) {
4
%a = alloca ptr
5
ret void
6
}