AMDGPU: Fix some places missed in rename

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240143 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2015-06-19 17:39:03 +00:00
parent 75708d8749
commit 826539160c
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/IntrinsicsNVVM.td"
include "llvm/IR/IntrinsicsMips.td"
include "llvm/IR/IntrinsicsR600.td"
include "llvm/IR/IntrinsicsAMDGPU.td"
include "llvm/IR/IntrinsicsBPF.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