summaryrefslogtreecommitdiff
path: root/test/CodeGen/NVPTX/ld-addrspace.ll
diff options
context:
space:
mode:
authorJustin Holewinski <jholewinski@nvidia.com>2013-03-30 14:29:30 +0000
committerJustin Holewinski <jholewinski@nvidia.com>2013-03-30 14:29:30 +0000
commitb24fc1c7f7545362fe283730d5532fa7e7375c9e (patch)
treeb56930c674451e01e8c8102673e7d3ee43ba8643 /test/CodeGen/NVPTX/ld-addrspace.ll
parent21fdcb02716f5eae097abfd2f44e40563e90180a (diff)
[NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/NVPTX/ld-addrspace.ll')
-rw-r--r--test/CodeGen/NVPTX/ld-addrspace.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/NVPTX/ld-addrspace.ll b/test/CodeGen/NVPTX/ld-addrspace.ll
index d1f5093df22..3265868d3c5 100644
--- a/test/CodeGen/NVPTX/ld-addrspace.ll
+++ b/test/CodeGen/NVPTX/ld-addrspace.ll
@@ -1,6 +1,4 @@
-; RUN: llc < %s -march=nvptx -mcpu=sm_10 | FileCheck %s --check-prefix=PTX32
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s --check-prefix=PTX32
-; RUN: llc < %s -march=nvptx64 -mcpu=sm_10 | FileCheck %s --check-prefix=PTX64
; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s --check-prefix=PTX64