R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table
[oota-llvm.git] / test / CodeGen / R600 / llvm.AMDGPU.clamp.ll
index c12732c6004f4ffd3870970739e4446599d09e2c..11c887f204b813b85074ed1c98674335c110442c 100644 (file)
@@ -4,7 +4,7 @@
 declare float @llvm.AMDGPU.clamp.f32(float, float, float) nounwind readnone
 declare float @llvm.AMDIL.clamp.f32(float, float, float) nounwind readnone
 
-; FUNC-LABEL: @clamp_0_1_f32
+; FUNC-LABEL: {{^}}clamp_0_1_f32:
 ; SI: S_LOAD_DWORD [[ARG:s[0-9]+]],
 ; SI: V_ADD_F32_e64 [[RESULT:v[0-9]+]], 0, [[ARG]] clamp{{$}}
 ; SI: BUFFER_STORE_DWORD [[RESULT]]
@@ -17,7 +17,7 @@ define void @clamp_0_1_f32(float addrspace(1)* %out, float %src) nounwind {
   ret void
 }
 
-; FUNC-LABEL: @clamp_0_1_amdil_legacy_f32
+; FUNC-LABEL: {{^}}clamp_0_1_amdil_legacy_f32:
 ; SI: S_LOAD_DWORD [[ARG:s[0-9]+]],
 ; SI: V_ADD_F32_e64 [[RESULT:v[0-9]+]], 0, [[ARG]] clamp{{$}}
 ; SI: BUFFER_STORE_DWORD [[RESULT]]