diff options
Diffstat (limited to 'llvm/test/CodeGen/PTX/add.ll')
-rw-r--r-- | llvm/test/CodeGen/PTX/add.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PTX/add.ll b/llvm/test/CodeGen/PTX/add.ll index 598591c0fcb..235b00e8782 100644 --- a/llvm/test/CodeGen/PTX/add.ll +++ b/llvm/test/CodeGen/PTX/add.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: add.u16 rh0, rh1, rh2; |