R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table
[oota-llvm.git] / test / CodeGen / R600 / register-count-comments.ll
index 6179013f5fc8c23c219a4a169d46ebc455d37219..61d1b5e8d0b432307fa9a74a7f4e3a92849f877d 100644 (file)
@@ -2,7 +2,7 @@
 
 declare i32 @llvm.SI.tid() nounwind readnone
 
-; SI-LABEL: @foo:
+; SI-LABEL: {{^}}foo:
 ; SI: .section .AMDGPU.csdata
 ; SI: ; Kernel info:
 ; SI: ; NumSgprs: {{[0-9]+}}
@@ -19,7 +19,7 @@ define void @foo(i32 addrspace(1)* noalias %out, i32 addrspace(1)* %abase, i32 a
   ret void
 }
 
-; SI-LABEL: @one_vgpr_used
+; SI-LABEL: {{^}}one_vgpr_used:
 ; SI: NumVgprs: 1
 define void @one_vgpr_used(i32 addrspace(1)* %out, i32 %x) nounwind {
   store i32 %x, i32 addrspace(1)* %out, align 4