diff options
author | Justin Holewinski <jholewinski@nvidia.com> | 2013-03-30 14:29:30 +0000 |
---|---|---|
committer | Justin Holewinski <jholewinski@nvidia.com> | 2013-03-30 14:29:30 +0000 |
commit | b24fc1c7f7545362fe283730d5532fa7e7375c9e (patch) | |
tree | b56930c674451e01e8c8102673e7d3ee43ba8643 /test/CodeGen/NVPTX/calling-conv.ll | |
parent | 21fdcb02716f5eae097abfd2f44e40563e90180a (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/calling-conv.ll')
-rw-r--r-- | test/CodeGen/NVPTX/calling-conv.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/NVPTX/calling-conv.ll b/test/CodeGen/NVPTX/calling-conv.ll index 968203e5f7..190a1462ad 100644 --- a/test/CodeGen/NVPTX/calling-conv.ll +++ b/test/CodeGen/NVPTX/calling-conv.ll @@ -1,5 +1,3 @@ -; RUN: llc < %s -march=nvptx -mcpu=sm_10 | FileCheck %s -; RUN: llc < %s -march=nvptx64 -mcpu=sm_10 | FileCheck %s ; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 | FileCheck %s |