mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-05 11:57:07 +00:00
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137703 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2199dfb0e6
commit
34fd67c7bc
@ -13,7 +13,7 @@ entry:
|
||||
|
||||
; A function with an Acquire load is not readonly.
|
||||
define i32 @test2(i32* %x) uwtable ssp {
|
||||
; CHECK: define i32 @test2(i32 %x) uwtable ssp {
|
||||
; CHECK: define i32 @test2(i32* nocapture %x) uwtable ssp {
|
||||
entry:
|
||||
%r = load atomic i32* %x seq_cst, align 4
|
||||
ret i32 %r
|
||||
|
Loading…
x
Reference in New Issue
Block a user