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.scrub.expected
blob
0674a8938e1f7501e7dd5b0c7faed5eb533eaf49
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --scrub-attributes
2
; RUN: opt -S < %s | FileCheck %s
3
4
declare void @foo()
5
6
define internal void @bar() {
7
; CHECK-LABEL: @bar(
8
; CHECK-NEXT: call void @foo()
9
; CHECK-NEXT: ret void
10
;
11
call void @foo() readnone
12
ret void
13
}