summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopIdiom
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2015-06-19 17:39:03 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2015-06-19 17:39:03 +0000
commit826539160cb9cccfb5cf85e9c36cdd4500432e00 (patch)
tree9824455ec574f7ff7737d8869393e01971452ecc /test/Transforms/LoopIdiom
parent75708d8749595ba0635ab500dd37e1ac7e8fce67 (diff)
AMDGPU: Fix some places missed in rename
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240143 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopIdiom')
-rw-r--r--test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg3
-rw-r--r--test/Transforms/LoopIdiom/AMDGPU/popcnt.ll (renamed from test/Transforms/LoopIdiom/R600/popcnt.ll)0
-rw-r--r--test/Transforms/LoopIdiom/R600/lit.local.cfg3
3 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg b/test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg
new file mode 100644
index 00000000000..6baccf05fff
--- /dev/null
+++ b/test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg
@@ -0,0 +1,3 @@
+if not 'AMDGPU' in config.root.targets:
+ config.unsupported = True
+
diff --git a/test/Transforms/LoopIdiom/R600/popcnt.ll b/test/Transforms/LoopIdiom/AMDGPU/popcnt.ll
index e4301bbb06d..e4301bbb06d 100644
--- a/test/Transforms/LoopIdiom/R600/popcnt.ll
+++ b/test/Transforms/LoopIdiom/AMDGPU/popcnt.ll
diff --git a/test/Transforms/LoopIdiom/R600/lit.local.cfg b/test/Transforms/LoopIdiom/R600/lit.local.cfg
deleted file mode 100644
index 4086e8d681c..00000000000
--- a/test/Transforms/LoopIdiom/R600/lit.local.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
-if not 'R600' in config.root.targets:
- config.unsupported = True
-