From 34fd67c7bc5ec3c616fcb561315faca63408d1ba Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 16 Aug 2011 01:42:56 +0000 Subject: [PATCH] Fix test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137703 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/FunctionAttrs/atomic.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/FunctionAttrs/atomic.ll b/test/Transforms/FunctionAttrs/atomic.ll index 62f8fa5a1df..7c2bff7a05f 100644 --- a/test/Transforms/FunctionAttrs/atomic.ll +++ b/test/Transforms/FunctionAttrs/atomic.ll @@ -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