diff options
Diffstat (limited to 'llvm/test/CodeGen/PTX/sub.ll')
-rw-r--r-- | llvm/test/CodeGen/PTX/sub.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PTX/sub.ll b/llvm/test/CodeGen/PTX/sub.ll index 4810e4fc055..7dd2c6f6ac7 100644 --- a/llvm/test/CodeGen/PTX/sub.ll +++ b/llvm/test/CodeGen/PTX/sub.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ptx | FileCheck %s +; RUN: llc < %s -march=ptx32 | FileCheck %s define ptx_device i16 @t1_u16(i16 %x, i16 %y) { ; CHECK: sub.u16 rh0, rh1, rh2; |