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.imin.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.imin.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/llvm.AMDGPU.imin.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/llvm.AMDGPU.imin.ll b/llvm/test/CodeGen/R600/llvm.AMDGPU.imin.ll index 565bf344408..e7ae7bd5f0d 100644 --- a/llvm/test/CodeGen/R600/llvm.AMDGPU.imin.ll +++ b/llvm/test/CodeGen/R600/llvm.AMDGPU.imin.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck -check-prefix=SI %s -; SI-LABEL: @vector_imin +; SI-LABEL: {{^}}vector_imin: ; SI: V_MIN_I32_e32 define void @vector_imin(i32 %p0, i32 %p1, i32 addrspace(1)* %in) #0 { main_body: @@ -11,7 +11,7 @@ main_body: ret void } -; SI-LABEL: @scalar_imin +; SI-LABEL: {{^}}scalar_imin: ; SI: S_MIN_I32 define void @scalar_imin(i32 %p0, i32 %p1) #0 { entry: |