diff options
Diffstat (limited to 'test/Transforms/Mem2Reg/atomic.ll')
-rw-r--r-- | test/Transforms/Mem2Reg/atomic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Mem2Reg/atomic.ll b/test/Transforms/Mem2Reg/atomic.ll index 982c41318b..5bc9e9281b 100644 --- a/test/Transforms/Mem2Reg/atomic.ll +++ b/test/Transforms/Mem2Reg/atomic.ll @@ -3,7 +3,7 @@ ; mem2reg is allowed with arbitrary atomic operations (although we only support ; it for atomic load and store at the moment). define i32 @test1(i32 %x) { -; CHECK: @test1 +; CHECK-LABEL: @test1( ; CHECK: ret i32 %x %a = alloca i32 store atomic i32 %x, i32* %a seq_cst, align 4 |