summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/unknown-processor.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2018-08-31 05:49:54 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2018-08-31 05:49:54 +0000
commit0da6350dc89670f415ac7939d607458b9dfb4089 (patch)
treef27cf0a5f8b38d8c35886b7da7432e346f97487a /llvm/test/CodeGen/AMDGPU/unknown-processor.ll
parente7ec083f198a828fc0052652d5f051208391d34b (diff)
downloadbcm5719-llvm-0da6350dc89670f415ac7939d607458b9dfb4089.tar.gz
bcm5719-llvm-0da6350dc89670f415ac7939d607458b9dfb4089.zip
AMDGPU: Remove remnants of old address space mapping
llvm-svn: 341165
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/unknown-processor.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/unknown-processor.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/unknown-processor.ll b/llvm/test/CodeGen/AMDGPU/unknown-processor.ll
index 6dfcff77d81..1a0369be98c 100644
--- a/llvm/test/CodeGen/AMDGPU/unknown-processor.ll
+++ b/llvm/test/CodeGen/AMDGPU/unknown-processor.ll
@@ -1,5 +1,5 @@
-; RUN: llc -march=amdgcn -mtriple=amdgcn---amdgiz -mcpu=unknown -verify-machineinstrs < %s 2>&1 | FileCheck -check-prefix=ERROR -check-prefix=GCN %s
-; RUN: llc -march=r600 -mtriple=r600---amdgiz -mcpu=unknown -verify-machineinstrs < %s 2>&1 | FileCheck -check-prefix=ERROR -check-prefix=R600 %s
+; RUN: llc -march=amdgcn -mtriple=amdgcn-- -mcpu=unknown -verify-machineinstrs < %s 2>&1 | FileCheck -check-prefix=ERROR -check-prefix=GCN %s
+; RUN: llc -march=r600 -mtriple=r600-- -mcpu=unknown -verify-machineinstrs < %s 2>&1 | FileCheck -check-prefix=ERROR -check-prefix=R600 %s
target datalayout = "A5"
; Should not crash when the processor is not recognized and the
OpenPOWER on IntegriCloud