diff options
Diffstat (limited to 'test/CodeGen/PTX/mov.ll')
-rw-r--r-- | test/CodeGen/PTX/mov.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PTX/mov.ll b/test/CodeGen/PTX/mov.ll index 00dcf19f1d..120572a0e8 100644 --- a/test/CodeGen/PTX/mov.ll +++ b/test/CodeGen/PTX/mov.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() { ; CHECK: mov.u16 rh0, 0; |