diff options
Diffstat (limited to 'llvm/test/CodeGen/PTX/ld.ll')
-rw-r--r-- | llvm/test/CodeGen/PTX/ld.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PTX/ld.ll b/llvm/test/CodeGen/PTX/ld.ll index 1119aa46944..58e16a20a45 100644 --- a/llvm/test/CodeGen/PTX/ld.ll +++ b/llvm/test/CodeGen/PTX/ld.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ptx | FileCheck %s +; RUN: llc < %s -march=ptx32 | FileCheck %s ;CHECK: .extern .global .b8 array_i16[20]; @array_i16 = external global [10 x i16] |