diff options
Diffstat (limited to 'test/CodeGen/NVPTX/sm-version-10.ll')
-rw-r--r-- | test/CodeGen/NVPTX/sm-version-10.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/NVPTX/sm-version-10.ll b/test/CodeGen/NVPTX/sm-version-10.ll deleted file mode 100644 index 9324a37809..0000000000 --- a/test/CodeGen/NVPTX/sm-version-10.ll +++ /dev/null @@ -1,6 +0,0 @@ -; RUN: llc < %s -march=nvptx -mcpu=sm_10 | FileCheck %s -; RUN: llc < %s -march=nvptx64 -mcpu=sm_10 | FileCheck %s - - -; CHECK: .target sm_10 - |