1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

AMDGPU: Fix some places missed in rename

llvm-svn: 240143
This commit is contained in:
Matt Arsenault 2015-06-19 17:39:03 +00:00
parent 42042953be
commit 66a84283fb
20 changed files with 17 additions and 17 deletions

View File

@ -635,6 +635,6 @@ include "llvm/IR/IntrinsicsXCore.td"
include "llvm/IR/IntrinsicsHexagon.td" include "llvm/IR/IntrinsicsHexagon.td"
include "llvm/IR/IntrinsicsNVVM.td" include "llvm/IR/IntrinsicsNVVM.td"
include "llvm/IR/IntrinsicsMips.td" include "llvm/IR/IntrinsicsMips.td"
include "llvm/IR/IntrinsicsR600.td" include "llvm/IR/IntrinsicsAMDGPU.td"
include "llvm/IR/IntrinsicsBPF.td" include "llvm/IR/IntrinsicsBPF.td"
include "llvm/IR/IntrinsicsSystemZ.td" include "llvm/IR/IntrinsicsSystemZ.td"

View File

@ -0,0 +1,3 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +0,0 @@
if not 'R600' in config.root.targets:
config.unsupported = True

View File

@ -0,0 +1,3 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +0,0 @@
if not 'R600' in config.root.targets:
config.unsupported = True

View File

@ -0,0 +1,3 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +0,0 @@
if not 'R600' in config.root.targets:
config.unsupported = True

View File

@ -0,0 +1,3 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

View File

@ -1,3 +0,0 @@
if not 'R600' in config.root.targets:
config.unsupported = True

View File

@ -0,0 +1,2 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

View File

@ -1,2 +0,0 @@
if not 'R600' in config.root.targets:
config.unsupported = True

View File

@ -0,0 +1,2 @@
if not 'AMDGPU' in config.root.targets:
config.unsupported = True

View File

@ -1,2 +0,0 @@
if not 'R600' in config.root.targets:
config.unsupported = True