[libclc] 225/291: r600: get_work_dim: Update metadata syntax for LLVM 3.6

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 0bb35f11b2238e76e36e4a6ba1dae9a8254ab972
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Wed Dec 31 15:27:59 2014 +0000

    r600: get_work_dim: Update metadata syntax for LLVM 3.6
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@225042 91177308-0d34-0410-b5e6-96231b3b80d8
---
 r600/lib/workitem/get_work_dim.ll | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r600/lib/workitem/get_work_dim.ll b/r600/lib/workitem/get_work_dim.ll
index 1220153..1f86b5e 100644
--- a/r600/lib/workitem/get_work_dim.ll
+++ b/r600/lib/workitem/get_work_dim.ll
@@ -5,4 +5,4 @@ define i32 @get_work_dim() nounwind readnone alwaysinline {
   ret i32 %x
 }
 
-!0 = metadata !{ i32 1, i32 4 }
+!0 = !{ i32 1, i32 4 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list