diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/lds-size.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/lds-size.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/lds-size.ll b/llvm/test/CodeGen/R600/lds-size.ll index 9182e256150..e9771d9d323 100644 --- a/llvm/test/CodeGen/R600/lds-size.ll +++ b/llvm/test/CodeGen/R600/lds-size.ll @@ -3,7 +3,7 @@ ; This test makes sure we do not double count global values when they are ; used in different basic blocks. -; CHECK-LABEL: @test +; CHECK-LABEL: {{^}}test: ; CHECK: .long 166120 ; CHECK-NEXT: .long 1 @lds = internal unnamed_addr addrspace(3) global i32 zeroinitializer, align 4 |