diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2014-10-01 17:15:17 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2014-10-01 17:15:17 +0000 |
commit | 79243d9664671d43eb2d688b3b1b30bf9a5a19b7 (patch) | |
tree | ce9b59b6bfc7ab0c68963918fa5f07cc838f99f4 /llvm/test/CodeGen/R600/llvm.AMDGPU.ldexp.ll | |
parent | 0a4e9a3b25ceac87bede40e6b4f7cae01468a507 (diff) | |
download | bcm5719-llvm-79243d9664671d43eb2d688b3b1b30bf9a5a19b7.tar.gz bcm5719-llvm-79243d9664671d43eb2d688b3b1b30bf9a5a19b7.zip |
R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table
llvm-svn: 218776
Diffstat (limited to 'llvm/test/CodeGen/R600/llvm.AMDGPU.ldexp.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/llvm.AMDGPU.ldexp.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/llvm.AMDGPU.ldexp.ll b/llvm/test/CodeGen/R600/llvm.AMDGPU.ldexp.ll index d59426c6754..473b95142d2 100644 --- a/llvm/test/CodeGen/R600/llvm.AMDGPU.ldexp.ll +++ b/llvm/test/CodeGen/R600/llvm.AMDGPU.ldexp.ll @@ -3,7 +3,7 @@ declare float @llvm.AMDGPU.ldexp.f32(float, i32) nounwind readnone declare double @llvm.AMDGPU.ldexp.f64(double, i32) nounwind readnone -; SI-LABEL: @test_ldexp_f32: +; SI-LABEL: {{^}}test_ldexp_f32: ; SI: V_LDEXP_F32 ; SI: S_ENDPGM define void @test_ldexp_f32(float addrspace(1)* %out, float %a, i32 %b) nounwind { @@ -12,7 +12,7 @@ define void @test_ldexp_f32(float addrspace(1)* %out, float %a, i32 %b) nounwind ret void } -; SI-LABEL: @test_ldexp_f64: +; SI-LABEL: {{^}}test_ldexp_f64: ; SI: V_LDEXP_F64 ; SI: S_ENDPGM define void @test_ldexp_f64(double addrspace(1)* %out, double %a, i32 %b) nounwind { |