1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
This commit is contained in:
Alexander Belyaev 2021-04-09 10:01:50 +02:00
parent 22af53a1c6
commit adfec6bbd2

View File

@ -16,7 +16,7 @@ define void @test_0(i32* %x) {
define void @test_1(i32* %x) {
; FunctionAttrs must not infer readonly / readnone for %x
; CHECK-LABEL: define void @test_1(i32* %x) #2 {
; CHECK-LABEL: define void @test_1(i32* %x) #3 {
entry:
; CHECK: call void @f_readnone() [ "foo"(i32* %x) ]
call void @f_readnone() [ "foo"(i32* %x) ]