Fix test.

llvm-svn: 137703
This commit is contained in:
Eli Friedman 2011-08-16 01:42:56 +00:00
parent a917d4f9b4
commit ac992afd93
1 changed files with 1 additions and 1 deletions

View File

@ -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