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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_checks
/
Inputs
/
scrub_attrs.ll.plain.expected
blob
fc6688daeb920483d27cfdd55a9ce7a0b406409d
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
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() #[[ATTR0:[0-9]+]]
9
; CHECK-NEXT: ret void
10
;
11
call void @foo() readnone
12
ret void
13
}