Skip to content
Snippets Groups Projects
Commit ac992afd authored by Eli Friedman's avatar Eli Friedman
Browse files

Fix test.

llvm-svn: 137703
parent a917d4f9
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ entry: ...@@ -13,7 +13,7 @@ entry:
; A function with an Acquire load is not readonly. ; A function with an Acquire load is not readonly.
define i32 @test2(i32* %x) uwtable ssp { 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: entry:
%r = load atomic i32* %x seq_cst, align 4 %r = load atomic i32* %x seq_cst, align 4
ret i32 %r ret i32 %r
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment