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.imul24.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.imul24.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/llvm.AMDGPU.imul24.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/llvm.AMDGPU.imul24.ll b/llvm/test/CodeGen/R600/llvm.AMDGPU.imul24.ll index 8ee3520daea..2b0d87601a0 100644 --- a/llvm/test/CodeGen/R600/llvm.AMDGPU.imul24.ll +++ b/llvm/test/CodeGen/R600/llvm.AMDGPU.imul24.ll @@ -4,7 +4,7 @@ declare i32 @llvm.AMDGPU.imul24(i32, i32) nounwind readnone -; FUNC-LABEL: @test_imul24 +; FUNC-LABEL: {{^}}test_imul24: ; SI: V_MUL_I32_I24 ; CM: MUL_INT24 ; R600: MULLO_INT |