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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_checks
/
Inputs
/
scrub_attrs.ll
blob
2733cfbce820931579fd326f2c527853fcdf0f9b
1
; RUN: opt -S < %s | FileCheck %s
2
3
declare void @foo()
4
5
define internal void @bar() {
6
call void @foo() readnone
7
ret void
8
}