summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/empty-function.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2017-08-07 18:30:35 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2017-08-07 18:30:35 +0000
commit36b4b0bed7de426f5d5dbf936f152f16f1e9a2e9 (patch)
tree9d349b253e6ffa90a2ef2a3bdcee636477e18788 /llvm/test/CodeGen/AMDGPU/empty-function.ll
parent507b1e280cf5c18f246a7f4bb241c4391ed534fc (diff)
downloadbcm5719-llvm-36b4b0bed7de426f5d5dbf936f152f16f1e9a2e9.tar.gz
bcm5719-llvm-36b4b0bed7de426f5d5dbf936f152f16f1e9a2e9.zip
AMDGPU: Remove -mcpu=SI
Leftover from before amdgcn/r600 split. llvm-svn: 310277
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/empty-function.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/empty-function.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/empty-function.ll b/llvm/test/CodeGen/AMDGPU/empty-function.ll
index 1231cb4d1de..7058b4149b4 100644
--- a/llvm/test/CodeGen/AMDGPU/empty-function.ll
+++ b/llvm/test/CodeGen/AMDGPU/empty-function.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s
+; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s
; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s
; Make sure we don't assert on empty functions
OpenPOWER on IntegriCloud